Problem

Change of Basis Set U = round(20 ∗ rand(4)) − 10, V = round(10 ∗ rand(4))...

Change of Basis Set

U = round(20 ∗ rand(4)) − 10,

V = round(10 ∗ rand(4))

and set b = ones(4, 1).

(a) We can use the MATLAB function rank to determine whether the column vectors of a matrix are linearly independent. What should the rank be if the column vectors of U are linearly independent? Compute the rank of U, and verify that its column vectors are linearly independent and hence form a basis for R4. Compute the rank of V, and verify that its column vectors also form a basis for R4.

(b) Use MATLAB to compute the transition matrix from the standard basis for R4 to the ordered basis E = {u1, u2, u3, u4}. [Note that in MATLAB the notation for the jth column vector uj is U(: , j ).] Use this transition matrix to compute the coordinate vector c of b with respect to E. Verify that

b = c1u1 + c2u2 + c3u3 + c4u4 = Uc

(c) Use MATLAB to compute the transition matrix from the standard basis to the basis F = {v1, v2, v3, v4}, and use this transition matrix to find the coordinate vector d of b with respect to F. Verify that

b = d1v1 + d2v2 + d3v3 + d4v4 = Vd

(d) Use MATLAB to compute the transition matrix S from E to F and the transition matrix T from F to E. How are S and T related? Verify that Sc = d and T d = c.

Step-by-Step Solution

Request Professional Solution

Request Solution!

We need at least 10 more requests to produce the solution.

0 / 10 have requested this problem solution

The more requests, the faster the answer.

Request! (Login Required)


All students who have requested the solution will be notified once they are available.
Add your Solution
Textbook Solutions and Answers Search