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

Continuidad de Funciones
Continuidad de FuncionesContinuidad de Funciones
Continuidad de FuncionesKike Prieto
 
Low-rank matrix approximations in Python by Christian Thurau PyData 2014
Low-rank matrix approximations in Python by Christian Thurau PyData 2014Low-rank matrix approximations in Python by Christian Thurau PyData 2014
Low-rank matrix approximations in Python by Christian Thurau PyData 2014PyData
 
Ejercicios de matemática factorización
Ejercicios de matemática factorizaciónEjercicios de matemática factorización
Ejercicios de matemática factorizaciónFarley Torrealba
 
Multiple Choice Questions - Numerical Methods
Multiple Choice Questions - Numerical MethodsMultiple Choice Questions - Numerical Methods
Multiple Choice Questions - Numerical MethodsMeenakshisundaram N
 
Thomas algorithm
Thomas algorithmThomas algorithm
Thomas algorithmParidhi SK
 
Jacobi iterative method
Jacobi iterative methodJacobi iterative method
Jacobi iterative methodLuckshay Batra
 
Partial Differentiation
Partial DifferentiationPartial Differentiation
Partial DifferentiationDeep Dalsania
 
Instrumentos de evaluacion geometria trigonometria
Instrumentos de evaluacion geometria trigonometriaInstrumentos de evaluacion geometria trigonometria
Instrumentos de evaluacion geometria trigonometriaJuan Gonzalez Pineda
 
numericalmethod.ppt
numericalmethod.pptnumericalmethod.ppt
numericalmethod.pptSundar S.K
 
15 algebra de polinomios (parte b)
15 algebra de polinomios (parte b)15 algebra de polinomios (parte b)
15 algebra de polinomios (parte b)Marcelo Calderón
 
U2 s1 leyes de exponentes
U2 s1   leyes de exponentesU2 s1   leyes de exponentes
U2 s1 leyes de exponentesluisdiego419
 
Quadraticequation
QuadraticequationQuadraticequation
Quadraticequationsuefee
 
Finite difference method
Finite difference methodFinite difference method
Finite difference methodDivyansh Verma
 
Numerical integration
Numerical integrationNumerical integration
Numerical integrationMohammed_AQ
 

What's hot (20)

Continuidad de Funciones
Continuidad de FuncionesContinuidad de Funciones
Continuidad de Funciones
 
Low-rank matrix approximations in Python by Christian Thurau PyData 2014
Low-rank matrix approximations in Python by Christian Thurau PyData 2014Low-rank matrix approximations in Python by Christian Thurau PyData 2014
Low-rank matrix approximations in Python by Christian Thurau PyData 2014
 
Ejercicios de matemática factorización
Ejercicios de matemática factorizaciónEjercicios de matemática factorización
Ejercicios de matemática factorización
 
Initial Value Problems
Initial Value ProblemsInitial Value Problems
Initial Value Problems
 
Multiple Choice Questions - Numerical Methods
Multiple Choice Questions - Numerical MethodsMultiple Choice Questions - Numerical Methods
Multiple Choice Questions - Numerical Methods
 
Thomas algorithm
Thomas algorithmThomas algorithm
Thomas algorithm
 
Numerical analysis ppt
Numerical analysis pptNumerical analysis ppt
Numerical analysis ppt
 
Jacobi iterative method
Jacobi iterative methodJacobi iterative method
Jacobi iterative method
 
Partial Differentiation
Partial DifferentiationPartial Differentiation
Partial Differentiation
 
Applications of linear algebra in field of it
Applications of linear algebra in field of itApplications of linear algebra in field of it
Applications of linear algebra in field of it
 
Instrumentos de evaluacion geometria trigonometria
Instrumentos de evaluacion geometria trigonometriaInstrumentos de evaluacion geometria trigonometria
Instrumentos de evaluacion geometria trigonometria
 
Intro
IntroIntro
Intro
 
Strongly Connected Components
Strongly Connected Components Strongly Connected Components
Strongly Connected Components
 
numericalmethod.ppt
numericalmethod.pptnumericalmethod.ppt
numericalmethod.ppt
 
15 algebra de polinomios (parte b)
15 algebra de polinomios (parte b)15 algebra de polinomios (parte b)
15 algebra de polinomios (parte b)
 
U2 s1 leyes de exponentes
U2 s1   leyes de exponentesU2 s1   leyes de exponentes
U2 s1 leyes de exponentes
 
Quadraticequation
QuadraticequationQuadraticequation
Quadraticequation
 
Finite difference method
Finite difference methodFinite difference method
Finite difference method
 
Trapezoidal rule
Trapezoidal rule Trapezoidal rule
Trapezoidal rule
 
Numerical integration
Numerical integrationNumerical integration
Numerical integration
 

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

Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structuredhanjurrannsibayan2
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Jisc
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...ZurliaSoop
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxJisc
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - Englishneillewis46
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.MaryamAhmad92
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17Celine George
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfSherif Taha
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxVishalSingh1417
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxheathfieldcps1
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentationcamerronhm
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxEsquimalt MFRC
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxVishalSingh1417
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsKarakKing
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseAnaAcapella
 

Recently uploaded (20)

Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
 

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 ).