Find the Nullity [[-10,4],[5,-2],[20,-8],[-15,6]]
Problem
Solution
Identify the matrix
A and the definition of nullity. The nullity is the dimension of the null space ofA which can be found using the Rank-Nullity Theorem:rank(A)+nullity(A)=n wheren is the number of columns.Determine the number of columns
n The matrix has 2 columns, son=2 Find the rank by performing row reduction to identify the number of linearly independent rows or columns. Observe that all rows are multiples of the second row
[5,−2]
Simplify the matrix to its row echelon form. Since all rows are proportional to a single non-zero row, there is only 1 pivot.
Calculate the rank. The number of non-zero rows in the row echelon form is 1, so
rank(A)=1 Apply the formula for nullity.
Final Answer
Want more problems? Check here!