sk|cz|

Matrix

1. What are the basic properties of matrices.

Solution:

A rectangular scheme of m, n real numbers arranged into m rows and n columns is called a matrix (of type m,n). If m = n, it is a square matrix of degree n. The numbers a11, a32, ... amn are called elements of the matrix.

matice-1a.gif 

 Zero matrix:                    Identity matrix:

matice-1b.gif matice-1b.gif 
Inverse matrix A–1:
matice-1c.gif

Sum of matrices A + B

matice-1d.gif 



2. Explain the procedure for multiplying two matrices.

Solution:

The product of two matrices only makes sense if the left matrix has as many columns as the right matrix has rows. Such matrices are called “conformable.”
The product of matrices is not commutative!

Multiplication of a matrix by a number:
matice-2a.gif
Product of matrices A.B

matice-2b.gif


3.Add matrices A+B and M+N if

matice-3z.gif

Solution:

matice-3r.gif


4.Multiply matrices A.B and C.D if

matice-4z.gif

Solution:

matice-4r.gif


5.Show that the product of matrices is not commutative.


matice-5z.gif

Solution:

matice-5r.gif


6.Given matrix A. Find the matrix A2 if

matice-6z.gif

Solution:

matice-6r.gif


7.Given matrix B. Find the matrix B2 if

matice-7z.gif

Solution:

matice-7r.gif


8.Find the product of matrices A.B if

matice-8z.gif

Solution:

matice-8r.gif 


9.Explain the procedure for calculating the inverse matrix A–1 from matrix A.

Solution:

 matice-9r.gif

In the check, the inverse matrix must be multiplied from the left.

For the product of matrices, the commutative law does not hold.


10.For matrix A, find the inverse matrix A–1 and check if


matice-10z.gif

Solution:

matice-10r.gif


11.For matrix A, find the inverse matrix A–1 and check if

matice-11z.gif

Solution:

matice-11r.gif


12.Calculate the inverse matrix A–1 for matrix A, if

matice-12z.gif

Solution:

matice-12r.gif


13.Calculate the inverse matrix A–1 for matrix A and check (see example 12), if

matice-13z.gif

Solution:

matice-13r.gif


14.Solve the matrix equation A + X = B if

matice-14z.gif

Solution:

matice-14r.gif


15.Calculate matrix X from the equation 2A + 3X = B if


matice-15z.gif

Solution:

matice-15r.gif


16.Solve the matrix equation A.X = B and check if

matice-16z.gif

Solution:

matice-16r.gif


17.Solve the equation A.X = B and check if

matice-17z.gif

Solution:

matice-17r.gif


18.Explain the procedure for solving a system of linear equations using the inverse matrix.

matice-18z.gif

Solution:

matice-18r.gif


19.Using the inverse matrix, solve the system of equations:

matice-19z.gif

Solution:

matice-19r.gif


20.Using the inverse matrix, solve the system of equations:

matice-20z.gif

Solution:

matice-20r.gif


21.Using the inverse matrix, solve the system of equations:

matice-21z.gif

Solution:

matice-21r.gif


22.Using the inverse matrix, solve the system of equations:

matice-22z.gif

Solution:

matice-22r.gif


23.Explain the concept of the “rank of a matrix” and the conditions for solving a system of linear equations by the Gauss method.

Solution:

The rank of a matrix h is the number that gives the maximum number of linearly independent rows of the matrix. The rank of a matrix does not change if:

  • a.) we swap the order of its rows
  • b.) we multiply any row by a nonzero number
  • c.) we add another row to any row
  • d.) we add a linear combination of other rows to any row
  • e.) we remove a row that is a linear combination of other rows
  • f.) we remove a zero row
  • g.) we exchange rows for columns (the “transposed matrix” is formed)

 
The stated properties of matrix rank also hold for columns.


Frobenius theorem:

A system of linear equations has a solution only if the rank of the coefficient matrix h equals the rank of its augmented matrix h/.

h = h/

a.)  h = h/  and  h = n     unique solution

b.)  h = h/  and  h < n      infinitely many solutions (where n is the number of unknowns in the system)


24.Solve the system of equations by the Gauss method:

matice-24z.gif

Solution:

matice-24r.gif


25.Solve the system of equations by the Gauss method:

matice-25z.gif

Solution:

matice-25r.gif


26.Solve the system of linear equations using the Gauss method:

x + 2y + 3z = 0
2x – y + z = 3
3x + y – z = 5
Solution:
matice-26.gif

27.Solve the system of equations by the Gauss method:

matice-27z.gif

Solution:

matice-27r.gif