
- •1.Matrices. Classification of matrices. Operations over matrices: addition of matrices, multiplication of a matrix on number.
- •2. Matrices. Multiplication of matrices.
- •3. Determinants. Calculating determinants of the second and third order.
- •5. Properties of determinants. Decomposing a determinant of the fourth order on a row (or column). Notion of determinant of the n-th order.
- •Notion of a determinant of the n-th order
- •7.Inverse matrix. Finding the inverse matrix.
- •Compute the determinant of the matrix а (if it equals zero then there is no inverse matrix).
- •6.Systems of linear equations.(Cramer rule)
- •8.Matrix representation of a system of linear equations. Finding solutions of a system of linear equations by method of inverse matrix.
- •9.Rank of a matrix. Finding the rank of a matrix by two methods.
- •10.Criterion for compatibility of a system of linear equations (Theorem of Kronecker-Capelli). Example of determining the compatibility of a system by this theorem.
- •13Vectors (in the geometric space). Changing the coordinates of a vector at replacement of a basis and the origin of coordinates.
- •14Transition between orthonormal systems of coordinates on plane. Right (left) oriented pair of vectors on plane.
- •15 Linear dependence of vectors in the geometric space (plane and line). Theorems on properties of linearly dependent vectors.
- •16. Basis in the geometric space (plane and line). The coordinates of a vector in a basis.
- •17. Cartesian system of coordinates. Radius-vector of a point. Finding the coordinates of a point dividing a segment in some ratio.
- •18. Complex numbers. Actions over complex numbers. Algebraic and trigonometric forms of a complex number.
- •20. Dimension and a basis of a linear space. Isomorphism of linear spaces.
- •19. Linear space. Theorems on properties of a linear space. Linearly independent vectors in a linear space.
- •Linearly independent vectors. Let X, y, z, …, u be vectors of a linear space .
- •21. Transformation of coordinates at transition to a new basis in a linear space. Theorems on transition matrix and formulas of transformation of coordinates.
- •22. Subspaces of a linear space. Linear hull of vectors. Intersection, union, sum and direct sum of subspaces.
- •23. Fundamental system of solutions of a homogeneous system of equations. Subspaces formed by solutions of a homogeneous linear system of equations.
- •24. Linear transformations. Examples of linear transformations. Actions over linear transformations.
- •Actions over linear transformations
- •28.The image and kernel of a linear operator.
- •29Linear mapping. Injective and surjective linear mappings. Matrix of a linear mapping.
- •30Linear functionals. The components of a linear functional. Dual space of linear functional
- •28.The image and kernel of a linear operator.
1.Matrices. Classification of matrices. Operations over matrices: addition of matrices, multiplication of a matrix on number.
A numerical matrix of dimension m n is a rectangular table of numbers consisting of «m» horizontal lines (rows) and «n» vertical lines (columns).
A(m:n)=(
)
The numbers aij (i = 1, 2, …, m; j= 1, 2, …, n) are called to be elements of the matrix.
The index «i» denotes the number of a matrix row, the index «j» – the number of a matrix column.
If
we replace all the rows by columns and vice versa in a matrix А(m;
n) then
the changed matrix is called to be the transposed
matrix to the matrix А
and it is denoted by
:
AT=
(
)
If m = n, then a matrix А(n; n) is called to be a square matrix of the n-th order.
An identity matrix is a diagonal matrix of which all the diagonal elements are equal to 1 (unity).
A zero matrix is a matrix of which all the elements are equal to zero
A symmetric matrix is a square matrix of which the elements located symmetrically according to the main diagonal are equal each other, i.e.
а
=
а
(i
= 1, 2,…, n; k = 1, 2, …, n).
Linear operations over matrices are addition, subtraction of matrices and multiplication of matrices on a number.
Addition and subtraction of matrices are only defined for matrices of the same dimension, i.e. for matrices of the form
b)
The
product of a matrix А(m;
n) on a number
is the matrix obtained from the matrix А(m;
n) by
multiplying all its elements on ,
i.e. the elements
of the matrix B(m;
n) are
determined by the following formula:
b
=
aik
(i = 1, 2,…, m; k = 1, 2,…, n).
The product of a matrix А(m; n) on a number is denoted by А.
2. Matrices. Multiplication of matrices.
A numerical matrix of dimension m n is a rectangular table of numbers consisting of «m» horizontal lines (rows) and «n» vertical lines (columns).
A(m:n)=( )
An identity matrix is a diagonal matrix of which all the diagonal elements are equal to 1 (unity).
A zero matrix is a matrix of which all the elements are equal to zero
A symmetric matrix is a square matrix of which the elements located symmetrically according to the main diagonal are equal each other, i.e.
а = а (i = 1, 2,…, n; k = 1, 2, …, n).
product of rectangular matrices A and B only if the number of columns of the first matrix A is equal to the number of rows of the second matrix B, and the number of rows of the matrix АВ is equal to the number of rows of the matrix A, the number of columns of the matrix АВ is equal to the number of columns of the matrix В.
The rule of multiplication of matrices can be formulated as follows: to receive an element standing in the i-th row and the k-th column of the product of two matrices, it is necessary the elements of the i-th row of the first matrix multiply on the corresponding elements of the k-th column of the second matrix and add the obtained products.
Then
C(m;
k) = A(m; n)B(n;
k) =
,
where cij
are defined as follows:
… … … … …
The identity matrix Е doesn’t change any elements of a matrix A by multiplying on the matrix A (if this multiplication is possible), i.e. А Е = А or Е А = А. If a matrix А is square and has the same dimension with Е then А Е = Е А = А.