Question

In: Math

For the following matrices, first find a basis for the column space of the matrix. Then...

For the following matrices, first find a basis for the column space of the matrix. Then use the Gram-Schmidt process to find an orthogonal basis for the column space. Finally, scale the vectors of the orthogonal basis to find an orthonormal basis for the column space.

(a) [1 1 1, 1 0 2, 3 1 0, 0 0 4 ] b) [?1 6 6, 3 ?8 3, 1 ?2 6, 1 ?4 ?3 ]

Solutions

Expert Solution

We presume that the triplets mentioned are the columns of the matrix.

(a). Let A =

1

1

3

0

1

0

1

0

1

2

0

4

The RREF of A is

1

0

0

4/5

0

1

0

8/5

0

0

1

-4/5

Thus, a basis for col(A) is { v1,v2,v3} = { (1,1,1)T,(1,0,2)T,(3,1,0)T} .

Let u1=v1=(1,1,1)T,u2=v2–proju1(v2)=v2–[(v2.u1)/(u1.u1)]u1=v2–[(1+0+2)/(1+1+1)]u1=(1,0,2)T-(1,1,1)T=             (0,-1, 1)Tand u3=v3–proju1(v3)=v3–[(v3.u1)/(u1.u1)]u1–[(v3.u2)/(u2.u2)]u2=v3–[(3+1+0)/(1+1+1)]u1-[(0-1+0)/ (0+1+1)]u2 = (3,1,0)T –(4/3)( 1,1,1)T -(1/2)( 0,-1, 1)T= (5/3,-5/6,-5/6)T. Then { u1,u2,u3}= {(1,1,1)T, (0,-1, 1)T, (5/3,-5/6,-5/6)T } is an orthogonal basis for col(A).

Further, let e1 = u1/||u1|| =(1/?3,1?3,1/?3)T e2 = u2/||u2|| =(0,-1?2, 1/?2)Tand e3 = u3/||u3|| = (5/3,-5/6,-5/6)T= (?2/?3, 1/?6,-1/?6)T. Then {e1,e2,e3} = {(1/?3,1?3,1/?3)T, (0,-1?2, 1/?2)T, (?2/?3, 1/?6,-1/?6)T} is an orthonormal basis for col(A).

Please post the other question again.


Related Solutions

a.) Find a basis for the row space of matrix B. b.) Find a basis for the column space of matrix B.
For the given matrix B= 1 1 1 3 2 -2 4 3 -1 6 5 1 a.) Find a basis for the row space of matrix B. b.) Find a basis for the column space of matrix B. c.)Find a basis for the null space of matrix B. d.) Find the rank and nullity of the matrix B.
For each of the following matrices, find a minimal spanning set for its Column space, Row...
For each of the following matrices, find a minimal spanning set for its Column space, Row space,and Nullspace. Use Octave Online to get matrix A into RREF. A = [4 6 10 7 2; 11 4 15 6 1; 3 −9 −6 5 10]
Find the basis for the row space, columnspace, and nullspace for the following matrix. Row 1...
Find the basis for the row space, columnspace, and nullspace for the following matrix. Row 1 {3,4,0,7} Row 2 {1,-5,2,-2} Row 3 {-1,4,0,3} Row 4 {1,-1,2,2}
How are the column space and the row space of a matrix A related to the...
How are the column space and the row space of a matrix A related to the column space and row space of its reduced row echelon form? How does this prove the column rank of A equals the row rank?
1. For an m x n matrix A, the Column Space of A is a subspace...
1. For an m x n matrix A, the Column Space of A is a subspace of what vector space? 2. For an m x n matrix A, the Null Space of A is a subspace of what vector space?
Find the dimensions of the following linear spaces. (a) The space of all 3×4 matrices (b)...
Find the dimensions of the following linear spaces. (a) The space of all 3×4 matrices (b) The space of all upper triangular 5×5 matrices (c) The space of all diagonal 6×6 matrices
Given the matrix A (2x2 matrix taking the first two column vectors from the input file),...
Given the matrix A (2x2 matrix taking the first two column vectors from the input file), compute the followings. Λ: the diagonal matrix whose diagonal elements are the corresponding eignevalues Λii = λi for i=1,2 R: the 2x2 matrix whose ith column vector is the eigenvector corresponding to λi for i=1,2 RΛRT: the matrix compositions 1/0: the comparison between A and RΛRT (is A= RΛRT?) Your output should have seven lines where the first two lines correspond to the 2x2...
Write a program which reads the matrix A (2x2 matrix taking the first two column vectors...
Write a program which reads the matrix A (2x2 matrix taking the first two column vectors from the input file) and the vector b (the third column vector) and solve for x in Ax=b for general A. If there is a unique solution, your output should be a 2x2 matrix with two lines and two numbers per line. The output should contain numbers with up to four significant digits. If the system is unsolvable or inconsistent, then your output should...
Given the following two matrices: Matrix A that contains the marks of the college of engineering...
Given the following two matrices: Matrix A that contains the marks of the college of engineering students (250 Student) in 12 courses Matrix B that contains the number of credit hours of each course. Write a Matlab code to Print the letter grades (A to D) of student if you are given his ID and the course number from 1 to 12 Print his GPA in this semester. Gpa=sum(mark in subject i * subiect credit i) /total number of credit,...
Using dynamic programming, find an optimal parenthesization of a matrix-chain product of 4 matrices whose dimensions...
Using dynamic programming, find an optimal parenthesization of a matrix-chain product of 4 matrices whose dimensions are p = { 1, 10, 5, 20, 2}. Show your work.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT