Sagot :
Answer:
My Solution > This activity shall determine the rank and nullity of a matrix. Create a function that will be able to solve the following: a. accept the a rectangular array of elements b. compute the rank C. compute for the nullity of the matrix d. Identify the rowspace of A e. identify the column space of A. Refer to the discussion item at the MATLAB Discussion handout. Aank, Nullity, Rawspace. Nullspace = ranknullity:A) Function Save Reset DO MATLAB Documentation 1 Code to call your function Reset 1 [Rank, Nullity, RowSpace, Nullspace] = ranknullity(A)
Explanation:
Hope It Helps...