Symmetric, nonsymmetric, orthogonal, and inverse matrices.

A square matrix A is called symmetric if AT=A. A square matrix B is called skew-symmetric if BT=B.

A square matrix A is called singular (degenerate) if its determinant equals zero, and nonsingular (non-degenerate) otherwise. If A is a nonsingular matrix, then there exists and moreover a unique matrix A1 such that AA1=A1A=E, where E is the identity matrix (i.e., a matrix with ones on the main diagonal and zeros elsewhere). The matrix A1 is called the inverse of matrix A.

Basic methods for computing the inverse matrix:

The adjoint matrix method. The adjoint matrix A is defined as the transpose of the matrix composed of the cofactors of the corresponding elements of matrix A. Thus,

A=(A11A21...An1A12A22...An2A1nA2n...Ann).

The equality holds:

AA=AA=detAE.

Hence, if A is a nonsingular matrix, then

A1=1detAA.

Examples:

Using the adjoint matrix method, find the inverses for the following matrices:

1. A=(1234).

Solution.

detA=|1234|=1423=46=20.

Since the determinant is not equal to zero, this matrix is nonsingular and the inverse matrix exists.

Let's find the cofactors of the corresponding elements of matrix A:

A11=(1)1+14=4;

A12=(1)1+23=3;

A21=(1)2+12=2;

A22=(1)2+21=1.

From here, we find the adjoint matrix:

A=(4231).

A1=1detAA=12(4231)=(213/21/2).

Answer: (213/21/2).

2. (257634523).

Solution.

detA=|257634523|=23(3)+6(2)7+545 =5372(2)456(3)=1884+100105+16+90= =10.

Since the determinant is not equal to zero, this matrix is nonsingular and the inverse matrix exists.

Let's find the cofactors of the corresponding elements of matrix A:

A11=(1)1+1|3423|=3(3)4(2)=9+8=1;

A12=(1)1+2|6453|=(6(3)45)=(1820)=38;

A13=(1)1+3|6352|=6(2)53=1215=27;

A21=(1)2+1|5723|=(5(3)7(2))=(15+14)=1;

A22=(1)2+2|2753|=2(3)75=635=41;

A23=(1)2+3|2552|=(2(2)55)=(425)=29;

A31=(1)3+1|5734|=5473=2021=1;

A32=(1)3+2|2764|=(2476)=(842)=34;

A33=(1)3+3|2563|=2356=630=24;

From here, we find the adjoint matrix:

A=(111384134272924).

A1=1detAA=11(111384134272924)=(111384134272924).

Answer: (111384134272924).

2. Solve the matrix equation.

(1234)X= (3559).

Solution.

Let's multiply both sides of the equation on the left by (1234)1:

(1234)1 (1234)X= (1234)1(3559)

EX=(1234)1(3559)

X=(1234)1(3559).

In problem 1, we found (1234)1:

A1=(213/21/2).

Thus, X=(213/21/2)(3559)=(23+1525+193/231/253/251/29)= =(1123).

Answer: (1123).

The method of elementary transformations. Elementary transformations of a matrix include the following:

1. Permutation of rows (columns);

2. Multiplication of a row (column) by a number other than zero;

3. Addition of the elements of one row (column) to the corresponding elements of another row (column), previously multiplied by some number.

For a given matrix A of order n, let's construct the rectangular matrix ΓA=(A|E) of size n×2n, appending the identity matrix E to the right of A. Then, using elementary transformations on the rows, we transform the matrix ΓA into the form (E|B), which is always possible if A is nonsingular. Then B=A1.

Example.

3.115. Using the method of elementary transformations, find the inverse of the following matrix:

(122212221).

Solution.

We form the matrix ΓA:

ΓA=(122212221|100010001).

Denoting the rows of the matrix ΓA by γ1,γ2,γ3, we perform the following transformations: γ1=γ1, γ2=γ22γ1, γ3=γ32γ1

γ1=γ1, γ2=γ22γ3, γ3=γ32γ2

γ1=γ129γ229γ3, γ2=19γ2, γ3=19γ3

We obtain (122212221|100010001) (122036063|100210201)

(122090009|100212221) (100010001|192929291929292919)

Consequently, A1=(192929291929292919).

Answer: A1=(192929291929292919).

An orthogonal matrix is defined as a matrix for which A1=AT.

Homework:

1. Prove that any matrix A can be represented, and uniquely so, in the form A=B+C, where B is a symmetric matrix, and C is a skew-symmetric matrix.

Using the method of the adjugate matrix, find the inverses for the following matrices:

2. A=(cosαsinαsinαcosα).

Answer: A1=(cosαsinαsinαcosα).

3. A=(345231351).

Answer: A1=(829115187131).

4. A=(1111111111000011).

Answer: A1=(1/41/41/201/41/41/201/41/401/21/41/401/2).

Using elementary transformations, find the inverse for the following matrix:

5. A=(273394153).

Answer: A1=(7/321/35/311/3211).

Solve the matrix equation:

6. X(531132521)= (8305902150).

Answer: A=(123456789).

Tags: inverse matrices, linear algebra, matrix, nonsymmetric, orthogonal matrices matrices, symmetric matrices