0% found this document useful (0 votes)
8 views2 pages

Algebra 3: Matrix Determinants Exercises

This document is a tutorial series for an Algebra 3 course at Batna 2 University, focusing on determinants of matrices. It includes various exercises related to matrix properties, such as symmetry, diagonal matrices, singular matrices, and systems of equations. The exercises also cover Cramer’s rule and matrix inversion methods, providing a comprehensive overview of the topic.

Uploaded by

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

Algebra 3: Matrix Determinants Exercises

This document is a tutorial series for an Algebra 3 course at Batna 2 University, focusing on determinants of matrices. It includes various exercises related to matrix properties, such as symmetry, diagonal matrices, singular matrices, and systems of equations. The exercises also cover Cramer’s rule and matrix inversion methods, providing a comprehensive overview of the topic.

Uploaded by

nextlvl2025u
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Dr.

Ahlem Nemer 1

Course : Algebra 3 Year : 2023/2024


Chapter 1 : Determinants of matrices Batna 2 University
Department of Computer Science

Tutorial series 1
     
3 5 6 3 4 1 a b c
Exercise 0.1 Let A =  a 4 0 , B =  0 2 3 , and C =  d e f .
b 0 1 4 1 0 g h i

1. Give the values of a, b under which A is a symmetric ( or an upper triangular) matrix.


2. Under what conditions can we say that C is a diagonal matrix.
3. Find B T .

4. Compute |B|, is it possible to determine B −1 ?

Exercise 0.2 Let  


5 6 7
A= 2 3 4 .
1 5 2
Compute |A|, what can we deduce?

Exercise 0.3 Let  


α 1 2
A= 0 2 α .
α−2 1 1
Try to get the value of α in the case where A is singular.

Exercise 0.4 Consider


2x + y + 3z = 3, 3x + 2y + 9z = 4,
4x + 5y + 7z = 0, 8x + z = 2,
y + 8z = 2 7x + 5y + 4z = 1

1. Rewrite the above systems in the form AX = B.


2. By using Cramer’s rule, determine the solutions of thse systems.

Exercise 0.5 Consider


x + 2y + 4z = 1,
5x + y = 5,
7x + 5y + 3z = 3,
3x + 4y = 6,
9x + 7y + z = 4

1. Rewrite these systems in the form AX = B.


2. In each case, check that A is invertible and give the inverse of A.

3. By using matrix inversion method, find the solutions of thse systems.


Dr. Ahlem Nemer 2

Exercise 0.6 A is n × n matrix.

1. Prove that B 2 = −B, where B = A − I and A2 = A.


2. Prove that B 2 = 6B, where B = 3(A + I) and A2 = I.

Exercise 0.7 A and B are of the same order.


1. Prove that, in the case where |A| =
6 0,

(AT )−1 = (A−1 )T .

2. Prove that, in the case where |A| =


6 0 and |B| =
6 0,

|AB| =
6 0,

and

(AB)−1 = B −1 A−1 .

Common questions

Powered by AI

The determinant of B is calculated as \(|B| = 3(2×0 - 3×1) - 4(0×0 - 3×4) + 1(0×1 - 2×4) = -9 + 48 - 8 = 31\). Since \(|B| \neq 0\), B is invertible .

To show \( B^2 = -B \), start by calculating \( B = A - I \). Then, compute \( B^2 = (A - I)^2 = A^2 - 2A + I \). Since \( A^2 = A \), substitute to get \( B^2 = A - 2A + I = -A + I \). As \( B = A - I \), hence \( B^2 = -B \).

Form the coefficient matrix A and determine its invertibility by checking if its determinant is non-zero. Calculate \(A^{-1}\). Multiply \(A^{-1}\) by the matrix of constants \(B\). The product gives the solutions for x and y. The process confirms the solutions are correct through verification .

Matrix A is singular if its determinant is zero. Calculate \(|A|\). If \(|A| = 0\), the matrix is singular. Step through the determinant calculation with real numbers for α; typically setting α values until determinant evaluates to zero identifies singularity .

Given |AB| ≠ 0, both A and B have inverses. Start with (AB)⁻¹AB = I. Multiply from the right by BA, yielding (AB)⁻¹ = B⁻¹A⁻¹ by properties of inverse matrices: associating (B⁻¹A⁻¹)(AB) = I .

Matrix A becomes symmetric if its transpose is equal to itself. This requires that a = 5 and b = 6, ensuring that the elements satisfy the symmetry condition along the diagonal .

The determinant of A is \(|A| = 5(3×2 - 4×5) - 6(2×2 - 4×1) + 7(2×5 - 3×1) = 5(-14) - 6(0) + 7(7) = -70 + 49 = -21\). The non-zero determinant indicates that A is invertible .

Matrix C is classified as a diagonal matrix if all of its non-diagonal elements are zero. This means elements c, d, f, g, and h in matrix C should be zero .

Expand B²: \((3(A + I))^2 = 9(A + I)(A + I) = 9(A² + 2A + I)\. Substitute A² = I, leading to \(9(I + 2A + I) = 9(2I + 2A)\). Simplify to obtain \(6(3(A + I)) = 6B\). This demonstrates the equality .

First, rewrite the system as AX = B, where A is the matrix of coefficients and B is the constants matrix. Apply Cramer's rule by finding the determinants of A and its variations when each column is replaced by B. The solutions for x, y, z are derived from these determinants, satisfying A being invertible .

You might also like