SlideShare a Scribd company logo
1 of 3
Download to read offline
1
Miguel Fernandes
LINEAR ALGEBRA
Exercises in
Matrices and Determinants
1. Consider the following matrix
𝑀 = (
2 1
21 3
1 91
)
1.1. Write:
1.1.1. The size of 𝑀.
1.1.2. The second column of 𝑀.
1.1.3. The first row of 𝑀.
1.1.4. The (2,2) entry of 𝑀.
1.2. Say whether the matrix 𝑀 is square. Justify your answer.
2. Write a 3 × 3 matrix such that:
 The entries are all different;
 The sum of the diagonal elements (usually called trace) is equal to 20;
 For 𝑖, 𝑗 ∈ {1,2,3}, the number
𝑥
𝑖+𝑗
is an integer, where 𝑥 is the entry (𝑖, 𝑗).
3. Find a 2 × 2 matrix 𝑋 such that 𝑋2
is diagonal but not 𝑋.
4. Let
𝐴 = (
12 3 1
2 0 2
18 0 1
), 𝐵 = (
5 5
9 9
1 4
) and 𝐶 = (
1 10 0
0 21 1
).
4.1. Find, if possible:
a) 𝐴 + 𝐵
b) 3𝐵
c) 3𝐵 + 𝐴
d) 𝐵 + 𝐶
e) 𝐴𝐵
f) 𝐴𝐼3
g) 𝐵𝐶
h) 𝐶𝐵
i) 3(𝐴𝐵)𝐶
4.2. Find a matrix 𝐷 with no zero entries such that 𝐴𝐷 is the 3 × 3 zero matrix.
5. Let 𝐴 be a square matrix that satisfies 𝐴2
+ 3𝐴 − 𝐼 = 0. Show that 𝐴3
= 10𝐴 − 3𝐼.
6. Consider two matrices 𝐴 and 𝐵. Show that if 𝐴 has a zero row, then 𝐴𝐵 has a zero row.
7. Recall the definition of trace of a matrix (exercise 2.) which we denote by 𝑡𝑟( ∙ ).
7.1. Find the trace of the matrix below.
𝐴 = (
3 3 2
0 1 2
1 2 1
)
7.2. Given two square matrices 𝐴 and 𝐵, show that:
7.2.1. 𝑡𝑟(𝐴 + 𝐵) = 𝑡𝑟(𝐴) + 𝑡𝑟(𝐵).
7.2.2. 𝑡𝑟(𝑘𝐴) = 𝑘𝑡𝑟(𝐴), 𝑘 ∈ ℝ.
7.2.3. 𝑡𝑟(𝐴) = 𝑡𝑟(𝐴 𝑇).
7.2.4. 𝑡𝑟(𝐴𝐵) = 𝑡𝑟(𝐵𝐴).
8. Let 𝐴 = (
0 0 0
𝑎 0 0
0 𝑏 0
) for some real numbers 𝑎 and 𝑏. Show that 𝐴 𝑛
= 0, for 𝑛 ≥ 3.
9. Let 𝐴 = (
8 3
2 8
). Find all the matrices that commute with 𝐴.
2
Miguel Fernandes
10. Prove that the product of two diagonal matrices is diagonal.
11. Prove that the product of two upper triangular matrices is upper triangular.
12. Let 𝐴 = (
𝑎 ⋯ 0
⋮ ⋱ ⋮
0 ⋯ 𝑏
) be a matrix (only the diagonal elements can be different from 0).
Show that 𝐴 𝑛
= (
𝑎 𝑛
⋯ 0
⋮ ⋱ ⋮
0 ⋯ 𝑏 𝑛
).
13. Consider the rotation matrix:
𝑅(𝛼) = (
cos 𝛼 − sin 𝛼
sin 𝛼 cos 𝛼
), for 𝛼 ∈ ℝ.
Verify that 𝑅(𝛼)𝑅(𝛽) = 𝑅(𝛼 + 𝛽), for 𝛼, 𝛽 ∈ ℝ. In particular, make 𝛽 = −𝛼 and say what matrix is 𝑅(𝛼 + 𝛽).
Think about 𝑥𝑦 plane and discuss what these results mean geometrically.
14. Find the transpose of each matrix of the exercise 4.
15. Given a square matrix 𝐴, show that 𝐴 + 𝐴 𝑇
, 𝐴𝐴 𝑇
and 𝐴 𝑇
𝐴 are symmetric.
16. Given a square matrix 𝐴, show that 𝐴 𝑇
− 𝐴 is skew-symmetric.
17. Is the following matrix Hermitian? Justify your answer.
𝐴 = (
1 3 − 2𝑖 1 − 𝑖
3 + 2𝑖 5 0
1 + 𝑖 0 7
)
18. Let 𝐴 and 𝐵 be square matrices. Show that if 𝐴𝐵 = 𝐴 and 𝐵𝐴 = 𝐵, then 𝐴2
= 𝐴, that is, 𝐴 is idempotent.
19. Show that, in a symmetric matrix of order 𝑛, we have
𝑛+𝑛2
2
entries that can be chosen independently.
What if we consider a skew-symmetric matrix?
20. Reduce the following matrices to row echelon form and find their ranks.
a) 𝐴 = (
1 4 7
2 5 8
3 6 9
)
b) 𝐵 = (
2 1 3 −2
0 −2 2 4
1 1 3 2
0 1 −1 1
)
21. Find the inverse of the matrices 𝑋 = (
1 0 0
1 1 1
0 0 1
) and 𝑌 = (
2 0 1 0
1 1 2 1
0 1 0 1
1 0 1 2
).
22. Let 𝐴𝐵 = (
2 1
10 1
) and 𝐵 = (
4 1
1 1
). Find 𝐴.
23. Let 𝐴 and 𝐵 be two invertible matrices. Show that (𝐴𝐵) 𝑇
= 𝐴 𝑇
𝐵 𝑇
if and only if (𝐴𝐵)−1
= 𝐴−1
𝐵−1
.
24. Show that 𝐴2
is invertible and (𝐴2)−1
= 𝐵 if and only if 𝐴 is invertible and 𝐴−1
= 𝐴𝐵.
25. A square matrix 𝐴 is said to be orthogonal if 𝐴 𝑇
= 𝐴−1
.
25.1. Show that if 𝐴 and 𝐵 are orthogonal, then 𝐴𝐵, 𝐴𝐵 and 𝐴 𝑇
are orthogonal.
25.2. Show that the rotation matrix of the exercise 13. is orthogonal.
3
Miguel Fernandes
26. Give examples of non-invertible matrices 𝐴 and 𝐵 such that 𝐴 + 𝐵 is invertible.
27. Let 𝐴 and 𝐵 be square matrices. Show that if 𝐼 − 𝐴𝐵 is invertible, then 𝐼 − 𝐵𝐴 is also invertible.
Hint: Consider 𝐵(𝐼 − 𝐴𝐵)−1
𝐴 + 𝐼.
28. Compute the determinant of the following matrices.
28.1. 𝐴 = (
21 3
1 2
)
28.2. 𝐵 = (
2 2 5
1 1 4
3 5 9
)
28.3. 𝐶 = (
2 0 0 0
0 1 2 1
0 2 0 1
0 0 1 2
)
29. Given |
𝑎 𝑏 𝑐
𝑑 𝑒 𝑓
𝑔 ℎ 𝑖
| = 2, find the following determinants.
29.1. |
𝑎 𝑏 𝑐
2𝑑 2𝑒 2𝑓
𝑔 ℎ 𝑖
|
29.2. |
𝑎 𝑏 𝑐
𝑑 𝑒 𝑓
𝑔 + 𝑑 ℎ + 𝑒 𝑖 + 𝑓
|
29.3. |
𝑑 𝑒 𝑓
𝑎 𝑏 𝑐
𝑔 ℎ 𝑖
|
30. Show that |
𝑏 + 𝑐 𝑎 𝑎
𝑏 𝑐 + 𝑎 𝑏
𝑐 𝑐 𝑎 + 𝑏
| = 4𝑎𝑐.
31. Consider a 3-square matrix 𝐴 such that det 𝐴 = 2. Find:
31.1. det(−2𝐴).
31.2. det 𝐴3
.
31.3. det 𝐴−2
.
32. Solve the following equation:
|
𝑥 0 0
0 1 0
1 1 𝑥
| = 1
33. Let 𝐴 be a (real) square matrix. Mark each of the following statements True or False. Justify your answer.
33.1. det 𝐴𝐴 𝑇
is a non-negative number.
33.2. If 𝐴 𝑛
= 0, for some 𝑛 ∈ ℕ, then det 𝐴 = 0.
33.3. If 𝐴 is orthogonal (exercise 25.), then det 𝐴 = 1.
33.4. If 𝐴 is an idempotent matrix, 𝐼 − 𝐴 is also idempotent.
33.5. If 𝐴 is a skew-symmetric matrix of order 𝑛, 𝑛 an odd number, then det 𝐴 ≠ 0.
33.6. If 𝐴 is a skew-symmetric matrix of order 𝑛, 𝑛 an even number, then nothing can be concluded about the
determinant of 𝐴.
33.7. If det 𝐴2
− 2 det 𝐴 + 1 = 0, then 𝐴 is invertible.
34. Find all invertible matrices of order 2 such that det 𝐴2
= det(−2𝐴3
).

More Related Content

What's hot

множення звичайних дробів
множення звичайних дробівмноження звичайних дробів
множення звичайних дробівjenny_lion89
 
цикл уроків з теми перпендикулярність прямих і площин
цикл уроків з теми перпендикулярність прямих і площинцикл уроків з теми перпендикулярність прямих і площин
цикл уроків з теми перпендикулярність прямих і площинНаташа Иванякова
 
Newton’s Divided Difference Formula
Newton’s Divided Difference FormulaNewton’s Divided Difference Formula
Newton’s Divided Difference FormulaJas Singh Bhasin
 
Interpolation with unequal interval
Interpolation with unequal intervalInterpolation with unequal interval
Interpolation with unequal intervalDr. Nirav Vyas
 
Тести з інформатики до розділу "Редактор презентацій" для 5 класу вар.2
Тести з інформатики до розділу "Редактор презентацій" для 5 класу вар.2Тести з інформатики до розділу "Редактор презентацій" для 5 класу вар.2
Тести з інформатики до розділу "Редактор презентацій" для 5 класу вар.2Lyudmila Pachesyuk
 
перетворення графіків функцій
перетворення графіків функційперетворення графіків функцій
перетворення графіків функційLou24112013
 
3.1 methods of division
3.1 methods of division3.1 methods of division
3.1 methods of divisionmath260
 
Числовые промежутки
Числовые промежуткиЧисловые промежутки
Числовые промежуткиИлья Сыч
 
ゲーム理論BASIC 演習69 -3人ゲームの混合戦略ナッシュ均衡-
ゲーム理論BASIC 演習69 -3人ゲームの混合戦略ナッシュ均衡-ゲーム理論BASIC 演習69 -3人ゲームの混合戦略ナッシュ均衡-
ゲーム理論BASIC 演習69 -3人ゲームの混合戦略ナッシュ均衡-ssusere0a682
 
площі поверхні призми
площі поверхні призмиплощі поверхні призми
площі поверхні призмиyahnoluida
 
016 рух під дією сили тяжіння
016 рух під дією сили тяжіння016 рух під дією сили тяжіння
016 рух під дією сили тяжінняNina Beljaewa
 
Matlab ch1 (3)
Matlab ch1 (3)Matlab ch1 (3)
Matlab ch1 (3)mohsinggg
 
Підсумковий урок по темі "Звичайні дроби"
Підсумковий урок по темі "Звичайні дроби"Підсумковий урок по темі "Звичайні дроби"
Підсумковий урок по темі "Звичайні дроби"sveta7940
 
Презентація:Координатний промінь.Шкала.
Презентація:Координатний промінь.Шкала.Презентація:Координатний промінь.Шкала.
Презентація:Координатний промінь.Шкала.sveta7940
 
Matlab Travaux Pratique
Matlab Travaux Pratique Matlab Travaux Pratique
Matlab Travaux Pratique Smee Kaem Chann
 

What's hot (18)

множення звичайних дробів
множення звичайних дробівмноження звичайних дробів
множення звичайних дробів
 
P1 . norm vector space
P1 . norm vector spaceP1 . norm vector space
P1 . norm vector space
 
цикл уроків з теми перпендикулярність прямих і площин
цикл уроків з теми перпендикулярність прямих і площинцикл уроків з теми перпендикулярність прямих і площин
цикл уроків з теми перпендикулярність прямих і площин
 
Newton’s Divided Difference Formula
Newton’s Divided Difference FormulaNewton’s Divided Difference Formula
Newton’s Divided Difference Formula
 
Уроки математики 6 кл.
Уроки математики 6 кл.Уроки математики 6 кл.
Уроки математики 6 кл.
 
Interpolation with unequal interval
Interpolation with unequal intervalInterpolation with unequal interval
Interpolation with unequal interval
 
Тести з інформатики до розділу "Редактор презентацій" для 5 класу вар.2
Тести з інформатики до розділу "Редактор презентацій" для 5 класу вар.2Тести з інформатики до розділу "Редактор презентацій" для 5 класу вар.2
Тести з інформатики до розділу "Редактор презентацій" для 5 класу вар.2
 
перетворення графіків функцій
перетворення графіків функційперетворення графіків функцій
перетворення графіків функцій
 
3.1 methods of division
3.1 methods of division3.1 methods of division
3.1 methods of division
 
Newton-Raphson Method
Newton-Raphson MethodNewton-Raphson Method
Newton-Raphson Method
 
Числовые промежутки
Числовые промежуткиЧисловые промежутки
Числовые промежутки
 
ゲーム理論BASIC 演習69 -3人ゲームの混合戦略ナッシュ均衡-
ゲーム理論BASIC 演習69 -3人ゲームの混合戦略ナッシュ均衡-ゲーム理論BASIC 演習69 -3人ゲームの混合戦略ナッシュ均衡-
ゲーム理論BASIC 演習69 -3人ゲームの混合戦略ナッシュ均衡-
 
площі поверхні призми
площі поверхні призмиплощі поверхні призми
площі поверхні призми
 
016 рух під дією сили тяжіння
016 рух під дією сили тяжіння016 рух під дією сили тяжіння
016 рух під дією сили тяжіння
 
Matlab ch1 (3)
Matlab ch1 (3)Matlab ch1 (3)
Matlab ch1 (3)
 
Підсумковий урок по темі "Звичайні дроби"
Підсумковий урок по темі "Звичайні дроби"Підсумковий урок по темі "Звичайні дроби"
Підсумковий урок по темі "Звичайні дроби"
 
Презентація:Координатний промінь.Шкала.
Презентація:Координатний промінь.Шкала.Презентація:Координатний промінь.Шкала.
Презентація:Координатний промінь.Шкала.
 
Matlab Travaux Pratique
Matlab Travaux Pratique Matlab Travaux Pratique
Matlab Travaux Pratique
 

Similar to Exercises in Linear Algebra - Matrices and determinants

University of duhok
University of duhokUniversity of duhok
University of duhokRwan Kamal
 
Matrices and its Applications to Solve Some Methods of Systems of Linear Equa...
Matrices and its Applications to Solve Some Methods of Systems of Linear Equa...Matrices and its Applications to Solve Some Methods of Systems of Linear Equa...
Matrices and its Applications to Solve Some Methods of Systems of Linear Equa...Rwan Kamal
 
Matrices and its Applications to Solve Some Methods of Systems of Linear Equa...
Matrices and its Applications to Solve Some Methods of Systems of Linear Equa...Matrices and its Applications to Solve Some Methods of Systems of Linear Equa...
Matrices and its Applications to Solve Some Methods of Systems of Linear Equa...Abdullaا Hajy
 
BSC_COMPUTER _SCIENCE_UNIT-3_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-3_DISCRETE MATHEMATICSBSC_COMPUTER _SCIENCE_UNIT-3_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-3_DISCRETE MATHEMATICSRai University
 
Sample paper class XII MATHEMATICS
Sample paper class XII MATHEMATICSSample paper class XII MATHEMATICS
Sample paper class XII MATHEMATICSKarunaGupta1982
 
Assignment chapters 3 to 7
Assignment chapters 3 to 7Assignment chapters 3 to 7
Assignment chapters 3 to 7KarunaGupta1982
 
Chapter 1 review topic in algebra 1
Chapter 1 review topic in algebra 1Chapter 1 review topic in algebra 1
Chapter 1 review topic in algebra 1jennytuazon01630
 
Matrix presentation By DHEERAJ KATARIA
Matrix presentation By DHEERAJ KATARIAMatrix presentation By DHEERAJ KATARIA
Matrix presentation By DHEERAJ KATARIADheeraj Kataria
 
math1مرحلة اولى -compressed.pdf
math1مرحلة اولى -compressed.pdfmath1مرحلة اولى -compressed.pdf
math1مرحلة اولى -compressed.pdfHebaEng
 
Sau quantitative methods problem set 3
Sau   quantitative methods problem set  3Sau   quantitative methods problem set  3
Sau quantitative methods problem set 3Naresh Sehdev
 
Ch9-Gauss_Elimination4.pdf
Ch9-Gauss_Elimination4.pdfCh9-Gauss_Elimination4.pdf
Ch9-Gauss_Elimination4.pdfRahulUkhande
 
Matrices Questions & Answers
Matrices Questions & AnswersMatrices Questions & Answers
Matrices Questions & AnswersSantoshTamadaddi
 
BSC_COMPUTER _SCIENCE_UNIT-4_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-4_DISCRETE MATHEMATICSBSC_COMPUTER _SCIENCE_UNIT-4_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-4_DISCRETE MATHEMATICSRai University
 
Matrices and determinants_01
Matrices and determinants_01Matrices and determinants_01
Matrices and determinants_01nitishguptamaps
 
Matrices its types & Rank of matrix.pptx
Matrices its types & Rank of matrix.pptxMatrices its types & Rank of matrix.pptx
Matrices its types & Rank of matrix.pptxjyotidighole2
 
system linear equations and matrices
 system linear equations and matrices system linear equations and matrices
system linear equations and matricesAditya Vaishampayan
 
Assignment of class 12 (chapters 2 to 9)
Assignment of class 12 (chapters 2 to 9)Assignment of class 12 (chapters 2 to 9)
Assignment of class 12 (chapters 2 to 9)KarunaGupta1982
 
2021 preTEST4A Vector Calculus
2021 preTEST4A Vector Calculus2021 preTEST4A Vector Calculus
2021 preTEST4A Vector CalculusA Jorge Garcia
 

Similar to Exercises in Linear Algebra - Matrices and determinants (20)

University of duhok
University of duhokUniversity of duhok
University of duhok
 
Matrices and its Applications to Solve Some Methods of Systems of Linear Equa...
Matrices and its Applications to Solve Some Methods of Systems of Linear Equa...Matrices and its Applications to Solve Some Methods of Systems of Linear Equa...
Matrices and its Applications to Solve Some Methods of Systems of Linear Equa...
 
Matrices and its Applications to Solve Some Methods of Systems of Linear Equa...
Matrices and its Applications to Solve Some Methods of Systems of Linear Equa...Matrices and its Applications to Solve Some Methods of Systems of Linear Equa...
Matrices and its Applications to Solve Some Methods of Systems of Linear Equa...
 
Matrices
MatricesMatrices
Matrices
 
BSC_COMPUTER _SCIENCE_UNIT-3_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-3_DISCRETE MATHEMATICSBSC_COMPUTER _SCIENCE_UNIT-3_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-3_DISCRETE MATHEMATICS
 
Sample paper class XII MATHEMATICS
Sample paper class XII MATHEMATICSSample paper class XII MATHEMATICS
Sample paper class XII MATHEMATICS
 
Assignment chapters 3 to 7
Assignment chapters 3 to 7Assignment chapters 3 to 7
Assignment chapters 3 to 7
 
Chapter 1 review topic in algebra 1
Chapter 1 review topic in algebra 1Chapter 1 review topic in algebra 1
Chapter 1 review topic in algebra 1
 
Matrix presentation By DHEERAJ KATARIA
Matrix presentation By DHEERAJ KATARIAMatrix presentation By DHEERAJ KATARIA
Matrix presentation By DHEERAJ KATARIA
 
math1مرحلة اولى -compressed.pdf
math1مرحلة اولى -compressed.pdfmath1مرحلة اولى -compressed.pdf
math1مرحلة اولى -compressed.pdf
 
Sau quantitative methods problem set 3
Sau   quantitative methods problem set  3Sau   quantitative methods problem set  3
Sau quantitative methods problem set 3
 
Ch9-Gauss_Elimination4.pdf
Ch9-Gauss_Elimination4.pdfCh9-Gauss_Elimination4.pdf
Ch9-Gauss_Elimination4.pdf
 
Class 12 practice paper
Class 12 practice paperClass 12 practice paper
Class 12 practice paper
 
Matrices Questions & Answers
Matrices Questions & AnswersMatrices Questions & Answers
Matrices Questions & Answers
 
BSC_COMPUTER _SCIENCE_UNIT-4_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-4_DISCRETE MATHEMATICSBSC_COMPUTER _SCIENCE_UNIT-4_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-4_DISCRETE MATHEMATICS
 
Matrices and determinants_01
Matrices and determinants_01Matrices and determinants_01
Matrices and determinants_01
 
Matrices its types & Rank of matrix.pptx
Matrices its types & Rank of matrix.pptxMatrices its types & Rank of matrix.pptx
Matrices its types & Rank of matrix.pptx
 
system linear equations and matrices
 system linear equations and matrices system linear equations and matrices
system linear equations and matrices
 
Assignment of class 12 (chapters 2 to 9)
Assignment of class 12 (chapters 2 to 9)Assignment of class 12 (chapters 2 to 9)
Assignment of class 12 (chapters 2 to 9)
 
2021 preTEST4A Vector Calculus
2021 preTEST4A Vector Calculus2021 preTEST4A Vector Calculus
2021 preTEST4A Vector Calculus
 

More from Maths Tutoring

Identidades trigonométricas
Identidades trigonométricasIdentidades trigonométricas
Identidades trigonométricasMaths Tutoring
 
Trigonometria 12 ano revisoes
Trigonometria 12 ano revisoesTrigonometria 12 ano revisoes
Trigonometria 12 ano revisoesMaths Tutoring
 
Intervalos e propriedades de números reais - Grau de dificuldade elevado
Intervalos e propriedades de números reais - Grau de dificuldade elevadoIntervalos e propriedades de números reais - Grau de dificuldade elevado
Intervalos e propriedades de números reais - Grau de dificuldade elevadoMaths Tutoring
 
Teste 11ano produto interno e vetores
Teste 11ano produto interno e vetoresTeste 11ano produto interno e vetores
Teste 11ano produto interno e vetoresMaths Tutoring
 
Teste eqs e intervalos com res
Teste eqs e intervalos com resTeste eqs e intervalos com res
Teste eqs e intervalos com resMaths Tutoring
 
Teste equações e intervalos
Teste equações e intervalosTeste equações e intervalos
Teste equações e intervalosMaths Tutoring
 
Sucessoes e series com res
Sucessoes e series com resSucessoes e series com res
Sucessoes e series com resMaths Tutoring
 
Sucessoes, séries 20/21
Sucessoes, séries 20/21Sucessoes, séries 20/21
Sucessoes, séries 20/21Maths Tutoring
 
Ano 20/21 - Ficha 9ano - Intervalos
Ano 20/21 - Ficha 9ano - IntervalosAno 20/21 - Ficha 9ano - Intervalos
Ano 20/21 - Ficha 9ano - IntervalosMaths Tutoring
 
Fluid Mechanics Exercises
Fluid Mechanics ExercisesFluid Mechanics Exercises
Fluid Mechanics ExercisesMaths Tutoring
 
Dynamical systems solved ex
Dynamical systems solved exDynamical systems solved ex
Dynamical systems solved exMaths Tutoring
 
Worksheet - Differential Equations
Worksheet - Differential EquationsWorksheet - Differential Equations
Worksheet - Differential EquationsMaths Tutoring
 

More from Maths Tutoring (20)

O que é a pedagogia
O que é a pedagogiaO que é a pedagogia
O que é a pedagogia
 
Teste Derivadas
Teste DerivadasTeste Derivadas
Teste Derivadas
 
Ficha2 Derivadas
Ficha2 DerivadasFicha2 Derivadas
Ficha2 Derivadas
 
Teste 12ano
Teste 12ano Teste 12ano
Teste 12ano
 
Identidades trigonométricas
Identidades trigonométricasIdentidades trigonométricas
Identidades trigonométricas
 
limite sinx/x 12 ano
limite sinx/x 12 anolimite sinx/x 12 ano
limite sinx/x 12 ano
 
Trigonometria 12 ano revisoes
Trigonometria 12 ano revisoesTrigonometria 12 ano revisoes
Trigonometria 12 ano revisoes
 
Teorema de Bolzano
Teorema de BolzanoTeorema de Bolzano
Teorema de Bolzano
 
Intervalos e propriedades de números reais - Grau de dificuldade elevado
Intervalos e propriedades de números reais - Grau de dificuldade elevadoIntervalos e propriedades de números reais - Grau de dificuldade elevado
Intervalos e propriedades de números reais - Grau de dificuldade elevado
 
Teste algebra linear
Teste algebra linearTeste algebra linear
Teste algebra linear
 
Teste 11ano produto interno e vetores
Teste 11ano produto interno e vetoresTeste 11ano produto interno e vetores
Teste 11ano produto interno e vetores
 
Teste eqs e intervalos com res
Teste eqs e intervalos com resTeste eqs e intervalos com res
Teste eqs e intervalos com res
 
Teste equações e intervalos
Teste equações e intervalosTeste equações e intervalos
Teste equações e intervalos
 
Sucessoes e series com res
Sucessoes e series com resSucessoes e series com res
Sucessoes e series com res
 
Sucessoes, séries 20/21
Sucessoes, séries 20/21Sucessoes, séries 20/21
Sucessoes, séries 20/21
 
Ano 20/21 - Ficha 9ano - Intervalos
Ano 20/21 - Ficha 9ano - IntervalosAno 20/21 - Ficha 9ano - Intervalos
Ano 20/21 - Ficha 9ano - Intervalos
 
Fluid Mechanics Exercises
Fluid Mechanics ExercisesFluid Mechanics Exercises
Fluid Mechanics Exercises
 
Dynamical systems solved ex
Dynamical systems solved exDynamical systems solved ex
Dynamical systems solved ex
 
Linear Algebra
Linear AlgebraLinear Algebra
Linear Algebra
 
Worksheet - Differential Equations
Worksheet - Differential EquationsWorksheet - Differential Equations
Worksheet - Differential Equations
 

Recently uploaded

Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerunnathinaik
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaVirag Sontakke
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 

Recently uploaded (20)

Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developer
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of India
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 

Exercises in Linear Algebra - Matrices and determinants

  • 1. 1 Miguel Fernandes LINEAR ALGEBRA Exercises in Matrices and Determinants 1. Consider the following matrix 𝑀 = ( 2 1 21 3 1 91 ) 1.1. Write: 1.1.1. The size of 𝑀. 1.1.2. The second column of 𝑀. 1.1.3. The first row of 𝑀. 1.1.4. The (2,2) entry of 𝑀. 1.2. Say whether the matrix 𝑀 is square. Justify your answer. 2. Write a 3 × 3 matrix such that:  The entries are all different;  The sum of the diagonal elements (usually called trace) is equal to 20;  For 𝑖, 𝑗 ∈ {1,2,3}, the number 𝑥 𝑖+𝑗 is an integer, where 𝑥 is the entry (𝑖, 𝑗). 3. Find a 2 × 2 matrix 𝑋 such that 𝑋2 is diagonal but not 𝑋. 4. Let 𝐴 = ( 12 3 1 2 0 2 18 0 1 ), 𝐵 = ( 5 5 9 9 1 4 ) and 𝐶 = ( 1 10 0 0 21 1 ). 4.1. Find, if possible: a) 𝐴 + 𝐵 b) 3𝐵 c) 3𝐵 + 𝐴 d) 𝐵 + 𝐶 e) 𝐴𝐵 f) 𝐴𝐼3 g) 𝐵𝐶 h) 𝐶𝐵 i) 3(𝐴𝐵)𝐶 4.2. Find a matrix 𝐷 with no zero entries such that 𝐴𝐷 is the 3 × 3 zero matrix. 5. Let 𝐴 be a square matrix that satisfies 𝐴2 + 3𝐴 − 𝐼 = 0. Show that 𝐴3 = 10𝐴 − 3𝐼. 6. Consider two matrices 𝐴 and 𝐵. Show that if 𝐴 has a zero row, then 𝐴𝐵 has a zero row. 7. Recall the definition of trace of a matrix (exercise 2.) which we denote by 𝑡𝑟( ∙ ). 7.1. Find the trace of the matrix below. 𝐴 = ( 3 3 2 0 1 2 1 2 1 ) 7.2. Given two square matrices 𝐴 and 𝐵, show that: 7.2.1. 𝑡𝑟(𝐴 + 𝐵) = 𝑡𝑟(𝐴) + 𝑡𝑟(𝐵). 7.2.2. 𝑡𝑟(𝑘𝐴) = 𝑘𝑡𝑟(𝐴), 𝑘 ∈ ℝ. 7.2.3. 𝑡𝑟(𝐴) = 𝑡𝑟(𝐴 𝑇). 7.2.4. 𝑡𝑟(𝐴𝐵) = 𝑡𝑟(𝐵𝐴). 8. Let 𝐴 = ( 0 0 0 𝑎 0 0 0 𝑏 0 ) for some real numbers 𝑎 and 𝑏. Show that 𝐴 𝑛 = 0, for 𝑛 ≥ 3. 9. Let 𝐴 = ( 8 3 2 8 ). Find all the matrices that commute with 𝐴.
  • 2. 2 Miguel Fernandes 10. Prove that the product of two diagonal matrices is diagonal. 11. Prove that the product of two upper triangular matrices is upper triangular. 12. Let 𝐴 = ( 𝑎 ⋯ 0 ⋮ ⋱ ⋮ 0 ⋯ 𝑏 ) be a matrix (only the diagonal elements can be different from 0). Show that 𝐴 𝑛 = ( 𝑎 𝑛 ⋯ 0 ⋮ ⋱ ⋮ 0 ⋯ 𝑏 𝑛 ). 13. Consider the rotation matrix: 𝑅(𝛼) = ( cos 𝛼 − sin 𝛼 sin 𝛼 cos 𝛼 ), for 𝛼 ∈ ℝ. Verify that 𝑅(𝛼)𝑅(𝛽) = 𝑅(𝛼 + 𝛽), for 𝛼, 𝛽 ∈ ℝ. In particular, make 𝛽 = −𝛼 and say what matrix is 𝑅(𝛼 + 𝛽). Think about 𝑥𝑦 plane and discuss what these results mean geometrically. 14. Find the transpose of each matrix of the exercise 4. 15. Given a square matrix 𝐴, show that 𝐴 + 𝐴 𝑇 , 𝐴𝐴 𝑇 and 𝐴 𝑇 𝐴 are symmetric. 16. Given a square matrix 𝐴, show that 𝐴 𝑇 − 𝐴 is skew-symmetric. 17. Is the following matrix Hermitian? Justify your answer. 𝐴 = ( 1 3 − 2𝑖 1 − 𝑖 3 + 2𝑖 5 0 1 + 𝑖 0 7 ) 18. Let 𝐴 and 𝐵 be square matrices. Show that if 𝐴𝐵 = 𝐴 and 𝐵𝐴 = 𝐵, then 𝐴2 = 𝐴, that is, 𝐴 is idempotent. 19. Show that, in a symmetric matrix of order 𝑛, we have 𝑛+𝑛2 2 entries that can be chosen independently. What if we consider a skew-symmetric matrix? 20. Reduce the following matrices to row echelon form and find their ranks. a) 𝐴 = ( 1 4 7 2 5 8 3 6 9 ) b) 𝐵 = ( 2 1 3 −2 0 −2 2 4 1 1 3 2 0 1 −1 1 ) 21. Find the inverse of the matrices 𝑋 = ( 1 0 0 1 1 1 0 0 1 ) and 𝑌 = ( 2 0 1 0 1 1 2 1 0 1 0 1 1 0 1 2 ). 22. Let 𝐴𝐵 = ( 2 1 10 1 ) and 𝐵 = ( 4 1 1 1 ). Find 𝐴. 23. Let 𝐴 and 𝐵 be two invertible matrices. Show that (𝐴𝐵) 𝑇 = 𝐴 𝑇 𝐵 𝑇 if and only if (𝐴𝐵)−1 = 𝐴−1 𝐵−1 . 24. Show that 𝐴2 is invertible and (𝐴2)−1 = 𝐵 if and only if 𝐴 is invertible and 𝐴−1 = 𝐴𝐵. 25. A square matrix 𝐴 is said to be orthogonal if 𝐴 𝑇 = 𝐴−1 . 25.1. Show that if 𝐴 and 𝐵 are orthogonal, then 𝐴𝐵, 𝐴𝐵 and 𝐴 𝑇 are orthogonal. 25.2. Show that the rotation matrix of the exercise 13. is orthogonal.
  • 3. 3 Miguel Fernandes 26. Give examples of non-invertible matrices 𝐴 and 𝐵 such that 𝐴 + 𝐵 is invertible. 27. Let 𝐴 and 𝐵 be square matrices. Show that if 𝐼 − 𝐴𝐵 is invertible, then 𝐼 − 𝐵𝐴 is also invertible. Hint: Consider 𝐵(𝐼 − 𝐴𝐵)−1 𝐴 + 𝐼. 28. Compute the determinant of the following matrices. 28.1. 𝐴 = ( 21 3 1 2 ) 28.2. 𝐵 = ( 2 2 5 1 1 4 3 5 9 ) 28.3. 𝐶 = ( 2 0 0 0 0 1 2 1 0 2 0 1 0 0 1 2 ) 29. Given | 𝑎 𝑏 𝑐 𝑑 𝑒 𝑓 𝑔 ℎ 𝑖 | = 2, find the following determinants. 29.1. | 𝑎 𝑏 𝑐 2𝑑 2𝑒 2𝑓 𝑔 ℎ 𝑖 | 29.2. | 𝑎 𝑏 𝑐 𝑑 𝑒 𝑓 𝑔 + 𝑑 ℎ + 𝑒 𝑖 + 𝑓 | 29.3. | 𝑑 𝑒 𝑓 𝑎 𝑏 𝑐 𝑔 ℎ 𝑖 | 30. Show that | 𝑏 + 𝑐 𝑎 𝑎 𝑏 𝑐 + 𝑎 𝑏 𝑐 𝑐 𝑎 + 𝑏 | = 4𝑎𝑐. 31. Consider a 3-square matrix 𝐴 such that det 𝐴 = 2. Find: 31.1. det(−2𝐴). 31.2. det 𝐴3 . 31.3. det 𝐴−2 . 32. Solve the following equation: | 𝑥 0 0 0 1 0 1 1 𝑥 | = 1 33. Let 𝐴 be a (real) square matrix. Mark each of the following statements True or False. Justify your answer. 33.1. det 𝐴𝐴 𝑇 is a non-negative number. 33.2. If 𝐴 𝑛 = 0, for some 𝑛 ∈ ℕ, then det 𝐴 = 0. 33.3. If 𝐴 is orthogonal (exercise 25.), then det 𝐴 = 1. 33.4. If 𝐴 is an idempotent matrix, 𝐼 − 𝐴 is also idempotent. 33.5. If 𝐴 is a skew-symmetric matrix of order 𝑛, 𝑛 an odd number, then det 𝐴 ≠ 0. 33.6. If 𝐴 is a skew-symmetric matrix of order 𝑛, 𝑛 an even number, then nothing can be concluded about the determinant of 𝐴. 33.7. If det 𝐴2 − 2 det 𝐴 + 1 = 0, then 𝐴 is invertible. 34. Find all invertible matrices of order 2 such that det 𝐴2 = det(−2𝐴3 ).