Linear Algebra Homework Assignment Solution - University of XYZ

Verified

Added on  2022/11/26

|10
|616
|328
Homework Assignment
AI Summary
This Linear Algebra assignment solution covers several key concepts in linear algebra, including finding the row echelon form of a matrix, calculating determinants, and determining eigenvalues and eigenvectors. The solution begins by demonstrating how to reduce a matrix to its row echelon form and then calculates the determinant. The assignment proceeds to find the characteristic polynomial of a matrix and further explores the concept of eigenvalues and eigenvectors. The solution provides detailed steps for finding the eigenvalues of a matrix and the associated eigenvectors, explaining the process of solving for eigenvectors. The solution also includes examples of linear transformations and how they relate to eigenvectors. The solution also includes how to solve for the eigen vectors.
tabler-icon-diamond-filled.svg

Contribute Materials

Your contribution can guide someone’s learning journey. Share your documents today.
Document Page
Running head: LINEAR ALGEBRA 1
Linear Algebra
Professor’s Name:
Name:
Date:
tabler-icon-diamond-filled.svg

Secure Best Marks with AI Grader

Need help grading? Try our AI Grader for instant feedback on your assignments.
Document Page
LINEAR ALGEBRA 2
Question 1
A=
[ 1 0 0 3 2 4
0 2 1 2 1 2
0 0 1 1 2 1
1 0 0 4 3 1
0 0 0 0 2 1
0 0 0 0 0 7 ]First reduce the given matrix to row echelon form using matrix transformation
To eliminate the leading coefficient of the forth row, subtract row 1 from row 4 and replace row 4 with
the difference
R4 R4 – R1
A=
[1 0 0 3 2 4
0 2 1 2 1 2
0 0 1 1 2 1
0 0 0 1 1 3
0 0 0 0 2 1
0 0 0 0 0 7 ]The determinant of the matrix is the diagonal product of its row echelon form
Determinant = 1 ×2 ×1× 1× 2× 7=28
Determinant of A = 28
Question 2
The characteristic polynomial of B is defined as Det (B-λI) where I is the identity matrix of the same
dimension as B.
In this case, I =
[ 1 0 0 0
0 1 0 0
0 0 1 0
0 0 0 1 ] λI =
[ λ 0 0 0
0 λ 0 0
0 0 λ 0
0 0 0 λ ]
Document Page
LINEAR ALGEBRA 3
B-λI =
[2 5 1 1
1 4 2 2
0 0 6 5
0 0 2 3 ]
[ λ 0 0 0
0 λ 0 0
0 0 λ 0
0 0 0 λ ]=
[2λ 5 1 1
1 4 λ 2 2
0 0 6λ 5
0 0 2 3λ ]
To get the determinant, first convert the matrix to its row echelon form
To eliminate the leading coefficient in row 2, multiply R1 by 1
2λ and subtract the product from R2.
Replace R2 with the difference
R2 R 2 1
2λ R 1
[2λ 5 1 1
0 λ26 λ +3
2λ
2 λ+3
2λ
2 λ+3
2λ
0 0 6λ 5
0 0 2 3λ ]
To eliminate the leading coefficient in row 4, multiply R3 by 2
6 λ and subtract the product from R4.
Replace R4 with the difference
R4R 4 2
6λ R 3
[ 2λ 5 1 1
0 λ26 λ +3
2λ
2 λ+3
2λ
2 λ+3
2λ
0 0 6λ 5
0 0 0 λ29 λ+28
6 λ
]The determinant of the matrix is the diagonal product of its row echelon form
Determinant = 2 λ × λ26 λ +3
2λ × 6 λ× λ29 λ +28
6 λ
¿ ( λ26 λ+3 ) ( λ29 λ+28 )
¿ λ415 λ3+ 85 λ2195 λ+84
Document Page
LINEAR ALGEBRA 4
Thus, the characteristic polynomial of B ¿ λ415 λ3+85 λ2195 λ+84
tabler-icon-diamond-filled.svg

Secure Best Marks with AI Grader

Need help grading? Try our AI Grader for instant feedback on your assignments.
Document Page
LINEAR ALGEBRA 5
Question 3
a) Consider the two vectors shown below
The transformation L maps V1 on its self and the reflection can be written as:
L [ k
1 ] =1 [ k
1 ] + 0 [ 1
k ]
¿ 1 [k
1 ]
The V1 is a scalar multiple of its reflection hence V1 is an Eigen vector of L
Similarly, the transformation L that reflects V2 along the line y=kx results to a vector (V’2 that is
orthogonal to V2. The reflection can be written as:
Document Page
LINEAR ALGEBRA 6
L [ 1
k ]=0 [k
1 ]+1 [1
k ]
¿ [1
k ]
The reflection is a scalar multiple of V2 (i.e. -1.v2) hence V2 is an Eigen vector of L.
b) The Eigen vector and Eigen values are defined as
Av=λv where A is a square matrix, v is the Eigen vector of A and λ is the Eigen value associated
with v. Thus, whenever a square matrix can be expressed as a scalar multiple of a vector, the
vector is known as the Eigen vector of the matrix and the scalar multiple is the associated Eigen
value.
From the workings in part a, the Eigen value of v1 is 1 and the Eigen value of v2 is -1
Question 4
a) A=
[2 1 2
2 3 4
1 1 1 ]b) To find the Eigen values, we need to solve det (A-ΛI)=0
A=
[2 1 2
2 3 4
1 1 1 ]
I = [1 0 0
0 1 0
0 0 1 ]
λI = [ λ 0 0
0 λ 0
0 0 λ ] AλI = [2λ 1 2
2 3λ 4
1 1 1 λ ]
det (¿ AλI )=λ3 + 4 λ25 λ +2 ¿
And solving the equation λ3+ 4 λ25 λ+2=0, we get λ =2 and λ= 1
Thus, the Eigen values are 1 and 2
To get the Eigen vector for λ=1
Solve: (A-ΛI) [ x
y
z ]
Document Page
LINEAR ALGEBRA 7
AλI = [2 1 2
2 3 4
1 1 1 ]1 [1 0 0
0 1 0
0 0 1 ] ¿ [1 1 2
2 2 4
1 1 2 ]
Reduce the matrix to row echelon form
Swap R1 with R2
[2 2 4
1 1 2
1 1 2 ]
Cancel the leading coefficient of R2 by performing R 2 R 21
2 R 1
[2 2 4
0 0 0
1 1 2 ]
Cancel the leading coefficient of R3 by performing R 3 R 3 1
2 R 1
[2 2 4
0 0 0
0 0 0 ]
Multiply R1 by ½ and replace it with the product
[1 1 2
0 0 0
0 0 0 ]
The system associated with the Eigen value λ =1 is:
[1 1 2
0 0 0
0 0 0 ][ x
y
z ]
tabler-icon-diamond-filled.svg

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
LINEAR ALGEBRA 8
This gives the equation x=2 z y
Thus, the Eigen vector is V = [2 z y
y
z ]= ( y
y
0 )+
(2 z
0
z ) and y , z =0
Let y =z =1
The Eigen vectors for λ = 1 are
(1
1
0 ) (2
0
1 )
To get the Eigen vector for λ=2
Solve: (A-ΛI) [ x
y
z ]
AλI = [ 2 1 2
2 3 4
1 1 1 ] 2 [ 1 0 0
0 1 0
0 0 1 ] ¿ [0 1 2
2 1 4
1 1 3 ]
Reduce the matrix to row echelon form
Swap R1 with R2
[2 1 4
0 1 2
1 1 3 ]
Cancel the leading coefficient of R3by performing R 3 R 3 1
2 R 1
[2 1 4
0 1 2
0 1
2 1 ]
Cancel the leading coefficient of R3 by performing R 3 R 3 1
2 R 2
Document Page
LINEAR ALGEBRA 9
[2 1 4
0 1 2
0 0 0 ]
Cancel the leading coefficient of R1 by performing R 1 R 1R 2
[2 0 2
0 1 2
0 0 0 ]
Multiply R1 by ½ and replace it with the product
[1 0 1
0 1 2
0 0 0 ]
The system associated with the Eigen value λ =2 is:
[1 0 1
0 1 2
0 0 0 ][ x
y
z ]
This gives the equations x=z andy=2 z
Thus, the Eigen vector is V = [ z
2 z
z ] z =0
Let z =1
The Eigen vectors for λ = 2 is
(1
2
1 )
The Eigen values for A are λ =1 and λ=2
The Eigen vectors for A are:
Document Page
LINEAR ALGEBRA 10
(
1
1
0 ) , ( 2
0
1 ) , ( 1
2
1 )
chevron_up_icon
1 out of 10
circle_padding
hide_on_mobile
zoom_out_icon
logo.png

Your All-in-One AI-Powered Toolkit for Academic Success.

Available 24*7 on WhatsApp / Email

[object Object]