Elementary transformations. Matrix rank. Solving homogeneous systems of equations.

Elementary transformations of a matrix include the following:

1. Permuting rows (columns);

2. Multiplying a row (column) by a number different from zero;

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

Let A be an m×n matrix. Suppose we arbitrarily select k rows and k columns in A (kmin(m,n)). The elements at the intersection of the selected rows and columns form a square matrix of order k, whose determinant is called the minor of order k of matrix A.

The main methods for computing the rank of a matrix are as follows:

Method of Bordering Minors: Let's say we find a non-zero minor of order k, denoted as M, within the matrix. We only consider those minors of order (k+1) that contain (border) the minor M. If all of these (k+1)-order minors are zero, then the rank of the matrix is k. Otherwise, if among the bordering minors there exists a non-zero (k+1)-order minor, the procedure is repeated.

Method of Elementary Transformations: This method is based on the principle that elementary transformations of a matrix do not change its rank. By applying these transformations, the matrix can be brought to a form where all its elements except a11,a22,...,arr (rmin(m,n)) are zero. Consequently, the rank of the matrix is r.

Examples.

1. Find the rank of the matrix using the method of bordering minors.

(213244251721182)

Solution:

(213244251721182)

Fixing the non-zero minor of the second order: M2=|1325|=5+6=1.

Let's consider the bordering minors of the third order: |213425211|=41210+12+10+4=0;

|212421218|=32+828+2+32=0;

|214427212|=81614+16+14+8=0;

|132251118|=40+4310+1+48=0;

|134257112|=10821+20+7+12=0;

|124217182|=264+14+4+568=0.

Thus, the rank of matrix A is two.

Answer: 2.

2. Compute the rank of the matrix using elementary row operations

(2531174375945313275945413425322048)

Solution.

By successively applying elementary row operations, we have

(2531174375945313275945413425322048) Subtract the second row from the third, and the first row from the second:

(2531174375945313200120135) Subtract three times the first row from the second:

(25311743012300120135) Subtract the second and third rows from the fourth:

(25311743012300120000) Subtract twice the third column from the fourth column:

(2531179012100100000)Divide the first column by 25, and subtract 31 times the first column from the second:

(10179012100100000) Subtract 17 times the first column and 2 times the second column from the third, and subtract 9 times the first column and 2 times the second column from the fourth, then add 2 times the second column to the fourth:

(1000010000100000). The rank of the last matrix is three. Therefore, the original matrix has the same rank.

Answer: 3.

3. Compute the rank of the matrix using elementary row operations

(47673520115526982329486164281128452)

Solution of homogeneous systems of equations.

Let's consider a system of m linear equations with n unknowns of the general form:

{a11x1+a12x2+...+a1nxn=b1a21x1+a22x2+...+a2nxn=b2...............................am1x1+am2x2+...+amnxn=bm

or, in matrix form, AX=B, where

A=(a11a12...a1na21a22...a2n............am1am2...amn); B=(b1b2...bm).

If B=0, then the system is called homogeneous. Otherwise, it is called non-homogeneous.

A system is called consistent if it has at least one solution. Otherwise, the system is inconsistent.

The homogeneous system AX=0 is always consistent since it has the trivial solution X=0. For the existence of a non-trivial solution, it is necessary and sufficient for $r=\text{rank} A

Let r=rankA. Without loss of generality, we assume that the basic minor is located in the first r (1rmin(m,n)) rows and columns of matrix A. Discarding the last mr equations of the system, we obtain the shortened system: {a11x1+a12x2+...+a1nxn=b1a21x1+a22x2+...+a2nxn=b2...............................ar1x1+ar2x2+...+arnxn=br which is equivalent to the original. We will call the unknowns x1,x2,...,xr basic, and xr+1,xr+2,...,xn - free, and move the terms containing the free variables to the right-hand side of the equations. We obtain a system of equations relative to basic unknowns:

{a11x1+a12x2+...+a1rxr=b1a1,r+1xr+1...a1nxna21x1+a22x2+...+a2rxr=b2a2,r+1xr+1...a2nxn...............................ar1x1+ar2x2+...+arrxr=brar,r+1xr+1...arnxn which, for each set of values of the free variables xr+1=c1,...,xn=cnr, has a unique solution x1(c1,...,cnr),...,xr(c1,...,cnr), found using Cramer's rule.

The corresponding solution to the shortened system, and therefore to the original system, has the form X(c1,...,cnr)= (x1(c1,...,cnr)xr(c1,...,cnr)c1cnr). This formula is called the general solution of the system.

The system of column vectors E1,...,Enr, obtained by setting each free variable to 1 in turn and all others to 0, is called a fundamental solution system.

The general solution to a homogeneous system is of the form X=c1E1+...+cnrEnr.

Any linear combination of solutions to the homogeneous system of equations is also a solution.

Examples:

Find the fundamental solution system and the general solution to the following systems:

1. {x1+2x2x3=02x1+9x23x3=0

Solution.

The coefficient matrix A=(121293) has rank 2.

Let's choose the minor M=|1229|=94=50 as the basic minor. Then, setting x3=c1, we obtain:

{x1+2x2=с12x1+9x2=3с1 Using Cramer's rule, we find x1 and x2:

Δ=|1229|=94=5;

Δ1=|c123c19|=9c16c1=3c1;

Δ2=|1c123c1|=3c12c1=c1;

x1=Δ1Δ=3c15; x2=Δ2Δ=c15.

Thus, the general solution of the system X(c1)=(3c15c15c1).

From the general solution, we find the fundamental solution set: E1=X(1)=(35151). Since any linear combination of solutions of the homogeneous system of equations is also its solution, the fundamental solution set can also be expressed as E1=X(1)=(315).

With the use of the fundamental solution set, the general solution can be expressed asX(c1)=c1E1.

Answer: X(c1)=c1E1; E1=(315).

2. {3x1+2x2+x3=02x1+5x2+3x3=03x1+4x2+2x3=0

Solution.

The coefficient matrix A=(321253342) has a rank of 3, because detA=|321253342|= 352+241+233351433 222=30+8+1815368=5659=30.

The system has only the trivial solution since the rank equals the number of unknowns.

Answer: The system has only the trivial solution.

3. {x1+2x2+4x33x4=03x1+5x2+6x34x4=04x1+5x22x3+3x4=03x1+8x2+24x319x4=0

Solution.

Let's calculate the rank of the coefficient matrix A=(124335644523382419) using the method of surrounding minors:

We fix a non-zero minor of the second order M2=|1235|=56=1.

Now, let's consider the surrounding minors of the third order: |124356452|=10+60+488030+12=0;

|123354453|=154532+60+2018=0;

|1243563824|=120+96+366048144=0;

|1233543819|=957224+45+32+114=0;

Therefore, the rank of the matrix A is equal to two.

Let's choose the minor M=|1235|=56=10 as the basis minor. Then, assuming x3=c1 and x4=c2, we get: {x1+2x2=4c1+3c23x1+5x2=6c1+4c2

By using Cramer's rule, we find x1 and x2:

Δ=|1235|=56=1;

Δ1=|4c1+3c226c1+4c25|=20c1+15c2+12c18c2=8c1+7c2;

Δ2=|14c1+3c236c1+4c2|=6c1+4c2+12c19c2=6c15c2;

x1=Δ1Δ=8c1+7c21=8c17c2; x2=Δ2Δ=6c15c21=6c1+5c2.

Therefore, the general solution of the system is:X(c1,c2)=(8c17c26c1+5c2c1c2).

From the general solution, we find the fundamental solution set: E1=X(1,0)=(8610), E2=X(0,1)=(7501).

Using the fundamental solution set, the general solution can be expressed asX(c1,c2)=c1E1+c2E2.

Answer: X(c1,c2)=c1E1+c2E2; E1=(8610), E2=(7501).

Homework:

1. Find the rank of the matrix using the method of determinant minors.

(1351213451177791).

Answer: 3.

2. Find the rank of the matrix using the method of bounding minors.

(123010111013411)

Answer: 2.

3. Compute the rank of the matrix using the method of elementary transformations.

(24193672384940731478073599821911847367114172)

Answer: 3.

4. Compute the rank of the matrix using the method of elementary transformations

(1334472135102301)

Answer: 2.

Find the fundamental solution set and the general solution of the following systems:

5. {x12x23x3=02x1+4x2+6x3=0

Answer: X(c1,c2)=c1E1+c2E2; E1=(210), E2=(301).

6. {2x13x2+x3=0x1+x2+x3=03x12x2+2x3=0

Answer: X(c1)=c1E1; E1=(415).

7. {2x14x2+5x3+3x4=03x16x2+4x3+2x4=04x18x2+17x3+11x4=0

Answer: X(c1,c2)=c1E1+c2E2; E1=(105/27/2), E2=(0157).

Tags: linear algebra, matrix, matrix rank, method of elementary transformations