线性代数 示例

求出零空间 [[1,3,0,2],[0,0,1,9]]
解题步骤 1
Write as an augmented matrix for .
解题步骤 2
Use the result matrix to declare the final solution to the system of equations.
解题步骤 3
Write a solution vector by solving in terms of the free variables in each row.
解题步骤 4
Write the solution as a linear combination of vectors.
解题步骤 5
Write as a solution set.