Question: please give me a simple and valid matlab code for this question .... I hope you don't give me another expert answer... the code should

please give me a simple and valid matlab code for this question ....
I hope you don't give me another expert answer...
the code should be in generic form (valid for another problems)
I want the second and third problem only Thank you.
Make sure to present the output within a proper message. For example, assume that you are asked to find the rank of a matrix. Do not just print the number that represents its rank. You need to show the output in a clear/meaningful statement. Below are some examples for such proper/acceptable formats to show the output: "The rank of matrix A = 4" "The rank of matrix A equals to 4" "rank(A) = 4" . Collaborative discussion is welcomed. At the end, you need to convert your understanding into codes. Late submissions are not accepted. 1 Part 1-Linear Independence, Span, and Basis Solve the following problems using Matlab. Problem 1: Write a Matlab script called "TestLinear Independence" that decides whether the to wing set vectors are linearly independent or not S= 3 4 2 -2 1 (1 2 2 -1 Problem 2: Given the matrix A= 3 1 1 -3 FourSubspaces" that finds the following: Write a Matlab script called "Basic- 6 -2 1 4 -2 -1 3 (a) Row-Echelon form of A? (b) Basis and dimension of the nullsp(A)? (c) Basis and dimension of the rowsp(A)? (d) Basis and dimension of the colsp(A)? (e) rank(A)? Problem 3: Write a Matlab script called "BasisFinding" that finds the dimension and a basis of the subspace W = span (6 8 9 0 1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
