MED 316 Worksheet #2
MED 316 Worksheet #2
MED 316 Worksheet #2
CERVERA
Worksheet No. 2
MED 316 – Selected Topics in Linear Algebra
05 February 2022
1.2 If the coefficient matrix A of the system 𝐴𝑥 = 𝑏 is invertible, then the system
has infinitely many solutions.
False, since A is invertible then 𝐴𝑥 = 𝑏 has one solution that is 𝑥 = 𝐴−1 𝑏.
1 0 3 1
4. (a) Explain why the linear system has no solutions: [0 1 2| 4] .
0 0 0 6
The above linear system has no solutions since the third row is not equivalent
to the other rows. This means that we cannot obtain a reduced row echelon form in
order to solve for the solution of the given linear system.
(b) For which values of k does the system below have a solution?
𝑥 − 3𝑦 = 6
𝑥 + 3𝑧 = −3
2𝑥 + 𝑘𝑦 + (3 − 𝑘)𝑧 = 1
Solution:
Writing the system of linear equations into matrix, we have
1 −3 0 6
[1 0 3 | −3]
2 𝑘 3−𝑘 1
2 𝑘 3−𝑘 1
[1 −3 0 | 6] ↑ 𝑅3 → 𝑅1 , ↓ 𝑅2 → 𝑅3 , ↓ 𝑅1 → 𝑅2
1 0 3 −3
2 𝑘 3−𝑘 1
1
[1 −3 0 | 6] 𝑅 → 𝑅1
2 1
1 0 3 −3
1 3−𝑘 1
1 𝑘 2
2 2
[1 −3 0 | 6] 𝑅3 − 𝑅2 → 𝑅3
1 0 3 −3
1 3−𝑘 1
1 𝑘 2
2 2
[1 −3 0 | 6] (𝑅2 − 𝑅1 ) → 𝑅2
0 3 3 −9
1 3−𝑘 1
1 𝑘
2 2 2 2
[0 −
𝑘+6 𝑘−3| 11 ] (− ) 𝑅2 → 𝑅2
𝑘+6
2 2 2
0 3 3 −9
1 3−𝑘 1
1 𝑘
2 2 2
1
[0 𝑘−3| 11 ] 𝑅 → 𝑅3
1 − − 3 3
𝑘+6 𝑘+6
0 3 3 −9
1 3−𝑘 1
1 𝑘
2 2 2
[0 1 −
𝑘−3|
− ] 11 ↑ 𝑅3 → 𝑅2 , ↓ 𝑅2 → 𝑅3
𝑘+6 𝑘+6
0 1 1 −3
1 3−𝑘 1
1 𝑘
2 2 2
[0 1 1 | −3 ] 𝑅3 − 𝑅2 → 𝑅3
𝑘−3 11
0 1 − −
𝑘+6 𝑘+6
1 3−𝑘 1
1 𝑘 2
2 2
[0 1 1 | −3 ]
−2𝑘−3 −3𝑘−29
0 0
𝑘+6 𝑘+6
1 3−𝑘 1
𝑥 + ( 𝑘) 𝑦 + ( )𝑧 =
2 2 2
𝑦 + 𝑧 = −3 𝑦 + 𝑧 = −3
−2𝑘−3 −3𝑘−29 3𝑘+29
( )𝑧 = y = −3 −
𝑘+6 𝑘+6 2𝑘+3
−3𝑘−29 𝑘+6 −9𝑘−38
𝑧 = ( ) y=
𝑘+6 −2𝑘−3 2𝑘+3
−3𝑘−29
𝑧 =
−2𝑘−3
3𝑘+29
𝑧 =
2𝑘+3
𝑦 + 𝑧 = −3
−9𝑘 − 38 3𝑘 + 29
+ = −3
2𝑘 + 3 2𝑘 + 3
3
𝑘 ∈ ℝ, 𝑘≠−
2
5. Given any constants a, b, c where 𝑎 ≠ 0 , find all values of x such that the matrix A
1 0 𝑐
is invertible if 𝐴 = [ 01 𝑎 −𝑏] .
− 𝑥 𝑥2
2
1 0 𝑐
0 𝑎 −𝑏
𝐴 = [ 1 ]
− 𝑥 𝑥2
2
𝐴 𝐴−1 = 𝐼
1 0 𝑐 𝑟
11 𝑟12 𝑟13 1 0 0
0 𝑎 −𝑏 𝑟
[ 1 ] [ 21 𝑟22 𝑟23 ] = [0 1 0]
− 𝑥 𝑥 2 𝑟31 𝑟32 𝑟33 0 0 1
2
𝑟11 + 𝑐𝑟31 𝑟12 + 𝑐𝑟32 𝑟13 + 𝑐𝑟33
𝑎𝑟21 − 𝑏𝑟31 𝑎𝑟22 − 𝑏𝑟32 𝑎𝑟23 − 𝑏𝑟33 1 0 0
[ ] = [0 1 0]
1 1 1
− 𝑟11 + 𝑥𝑟21 + 𝑥 2 𝑟31 − 𝑟12 + 𝑥𝑟22 + 𝑥 2 𝑟32 − 𝑟13 + 𝑥𝑟23 + 𝑥 2 𝑟33 0 0 1
2 2 2
Next, we have
1
𝑟11 + 𝑐𝑟31 = 1 𝑎𝑟22 − 𝑏𝑟32 = 1 − 𝑟13 + 𝑥𝑟23 + 𝑥 2 𝑟33 = 1
2
1
𝑟12 + 𝑐𝑟32 = 0 𝑎𝑟22 − 𝑏𝑟32 = 0 − 𝑟12 + 𝑥𝑟22 + 𝑥 2 𝑟32 = 0
2
𝑏
𝑟12 = −𝑐𝑟32 𝑟22 = 𝑟32
𝑎