선형 대수 예제

핵(커널) 구하기 [[2,3,4],[1,2,1],[3,1,2]]=[[x],[y],[z]]
단계 1
변환의 핵(커널)은 변환 결과 영벡터가 되는 벡터를 말합니다(변환의 원상).
단계 2
벡터 방정식으로부터 연립 방정식을 세웁니다.
단계 3
Write the system as a matrix.
단계 4
Use the result matrix to declare the final solution to the system of equations.
단계 5
Write a solution vector by solving in terms of the free variables in each row.
단계 6
Write as a solution set.
단계 7
의 핵(커널)은 부분공간 입니다.