0% found this document useful (0 votes)
10 views3 pages

Midterm Linear Algebra

The document contains exercises related to Linear Algebra, including finding the LU-factorization of a matrix, calculating determinants using Laplace's expansion, determining values for nonsingularity, and performing matrix operations. Additionally, it provides steps to achieve row echelon form for a given matrix. The solutions involve various matrix manipulations and calculations.

Uploaded by

dejesicaivan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views3 pages

Midterm Linear Algebra

The document contains exercises related to Linear Algebra, including finding the LU-factorization of a matrix, calculating determinants using Laplace's expansion, determining values for nonsingularity, and performing matrix operations. Additionally, it provides steps to achieve row echelon form for a given matrix. The solutions involve various matrix manipulations and calculations.

Uploaded by

dejesicaivan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Midterms | Linear Algebra | Ivan Anthony N.

Dejesica

1. Find the LU -factorization of 0 −3 1


[ ]
2 0 0

10 12 3

[ ]
2 0 0
A= 0 −3 1
10 12 3

−5 R1 + R3 → R3

[ ]
2 0 0
A= 0 −3 1
0 12 3

4 R2 + R3 → R3

[ ]
2 0 0
U = 0 −3 1
0 0 7

[ | ]
1
0 0
2
1 0 0
−1 1
U −1= 0 1 0 0
3 21
0 0 1
1
0 0
7

[ ][ ]
1
0 0
2
2 0 0
−1 1
L= 0 −3 1 ⋅ 0
3 21
10 12 3
1
0 0
7

[ ]
1 0 0
L= 0 1 0
5 −4 1
2. Find the determinant of 6
[ ]
1 using the Laplace’s expansion in the second
−3 4 2
3
4 −7 −8
row.
M 21=( 4 ⋅−8 )−( 2 ⋅−7 )=−18

M 22=(−3 ⋅−8 )−( 2 ⋅ 4 )=16

M 23=(−3 ⋅−7 )− ( 4 ⋅ 4 ) =5

3. If A= [ 3x −11 ], then find the value/s of x such that A is nonsingular.


A=( 3⋅−1 ) −( 1⋅ x )
A=−3−x
−3−x=0
−3=x

4. Suppose a=3 , b=−4 , A= [ 13 24 ], and B=[−10 12], solve for a A −bA B .


T T

T
aA =
[ 36 129 ]
bA B =
T
[168 1220]
[ 36 129 ]−[168 1220]=[−105 −3
−8 ]
[ ]
5. Provide the row echelon form of 4 5 6 .
1 2 3

7 8 9

[ ]
1 2 3
4 5 6
7 8 9

R2−4 R1 → R 2

R3−7 R 1 → R3

−1
R → R2
3 2
R1−2 R2 → R1

R3 +6 R2 → R 3

[ ]
1 0 −1
0 1 2
0 0 0

You might also like