Lesson Explainer: Rank of a Matrix: Determinants | Nagwa Lesson Explainer: Rank of a Matrix: Determinants | Nagwa

Lesson Explainer: Rank of a Matrix: Determinants Mathematics

In this explainer, we will learn how to find the rank of a matrix using determinants and how to use this to determine the number of solutions to a system of linear equations.

Definition: Rank of a Matrix

The “rank” of a matrix 𝐴, RK(𝐴), is the number of rows or columns, 𝑛, of the largest 𝑛×𝑛 square submatrix of 𝐴 for which the determinant is nonzero.

The largest possible square submatrix of a general 𝑚×𝑛 matrix will be whichever of 𝑚 or 𝑛 is smaller. For example, for the 4×2 matrix 37081179, the largest possible square submatrix is 2×2. And likewise, for a 3×5 matrix 832759424809158, the largest possible square submatrix is 3×3.

The upper bound for the rank of a matrix is therefore the minimum (i.e., whichever is smallest) of the number of rows or columns.

The lower bound for the rank of a matrix is 0, but this can only be the case if we cannot find a 1×1 matrix with a nonzero determinant, that is, if the matrix has no nonzero elements.

Theorem: Upper and Lower Bounds for the Rank of a Matrix

The rank of an 𝑚×𝑛 matrix 𝐴, RK(𝐴), has lower and upper bounds given by 0(𝐴)(𝑚,𝑛).RKmin

Theorem: The Rank of the Zero Matrix

RK(𝐴)=0 if and only if 𝐴 is the zero matrix, 0.

This means that the rank of a 2×2 matrix can be found simply by computing its determinant.

Corollary: The Rank of a 2 × 2 Matrix

A 2×2 matrix 𝐴, where 𝐴0×, has rank RK(𝐴)=1 if and only if it has a determinant det(𝐴)=0.

We can prove this corollary as follows.

The only 2×2 submatrix of 𝐴 is itself. If det(𝐴)=0, then the largest possible square submatrix with a nonzero determinant is a 1×1 matrix. Since 𝐴0×, there is at least one 1×1 submatrix of 𝐴 with a nonzero determinant; therefore, RK(𝐴)=1.

Conversely, if RK(𝐴)=1, any 2×2 submatrix of 𝐴 must have a determinant of 0. The only 2×2 submatrix of 𝐴 is itself; therefore, det(𝐴)=0.

The rank of a 2×2 matrix can therefore be found by the following process:

Let’s look at an example of how to find the rank of a 2×2 matrix using determinants.

Example 1: Finding the Rank of a Matrix

Find the rank of the matrix 224448.

Answer

Recall that the rank of a matrix 𝐴 is equal to the number of rows/columns of the largest square submatrix of 𝐴 that has a nonzero determinant.

Since the matrix is a 2×2 square matrix, the largest possible square submatrix is the original matrix itself. Its rank must therefore be between 0 and 2 inclusive. We can see immediately that the matrix is not the zero matrix, and therefore its rank cannot be zero. Taking the determinant of the matrix, det224448=248244=9696=0.

Since the determinant of the matrix is zero, its rank cannot be equal to the number of rows/columns, 2.

The only remaining possibility is that the rank of the matrix is 1, which we do not need to verify by taking any further determinants.

Therefore, the rank of the matrix is 1.

We will now take a look at how this approach of using the determinant to find the rank extends to larger matrices.

Example 2: Finding the Rank of a Matrix

Find the rank of the following matrix using determinants: 768838.

Answer

Recall that the rank of a matrix 𝐴 is equal to the number of rows/columns of the largest square submatrix of 𝐴 that has a nonzero determinant.

Since this is a 2×3 matrix, the largest square submatrix we can take is 2×2, and therefore its rank must be between 0 and 2. The matrix is not the zero matrix; therefore, its rank cannot be 0.

Consider the 2×2 submatrix obtained by “deleting” the right column: 7683.

Taking the determinant of this submatrix, ||7683||=7×36×(8)=69.

We have found a 2×2 submatrix with a nonzero determinant; therefore, the rank of the original matrix must be 2.

The techniques shown so far can be boiled down to a three-step method.

How To: Finding the Rank of a Matrix 𝐴

  1. Consider the largest possible square submatrix of 𝐴. Calculate the determinant of this submatrix. If the determinant is nonzero, the rank of the original matrix is given by the number of rows of the submatrix.
  2. If the determinant of the submatrix is zero, repeat step 1 for other possible square submatrices of the same size.
  3. If a submatrix with a nonzero determinant has not been found, repeat steps 1 and 2 for submatrices 1 row and column smaller until a submatrix with a nonzero determinant is found. The rank of the original matrix is equal to the number of rows/columns of this submatrix with a nonzero determinant.

3×3 matrices are among the most common matrices, particularly due to their occurrence in problems in 3D space.

Quickly finding the rank of a 3×3 matrix is therefore a very useful tool.

Consider the 3×3 matrix 𝐴=4371632913.

We first need to consider the largest possible square submatrix of 𝐴. Since 𝐴 is already a square matrix, the largest possible square submatrix of 𝐴 is just 𝐴 itself.

Once we have chosen a submatrix, we can take the determinant of the matrix. If the determinant is nonzero, then the rank of the original matrix is equal to the number of rows/columns of the submatrix.

If we take the determinant of the example matrix, 𝐴, above by expanding along the top row, we find that det(𝐴)=4||63913||(3)||13213||+7||1629||=4(61339)+3((1)1332)+7((1)962)=20457147=0.

We have found that the determinant of this 3×3 submatrix (in this case, 𝐴 itself) is zero. There are no other 3×3 submatrices of 𝐴; therefore, by the definition of rank, RK(𝐴) cannot be 3.

The next step is to consider smaller square submatrices, in this case 2×2 submatrices. If we take the 2×2 submatrix obtained by “deleting” the bottom row and right column of 𝐴, let’s call this submatrix 𝐵, we see 𝐵=4316.

Taking the determinant of 𝐵, det(𝐵)=46(3)(1)=200.

So, we have found a 2×2 submatrix of 𝐴 for which the determinant is nonzero; therefore, RK(𝐴)=2.

Let’s look at a simple example of how to find the rank of another 3×3 matrix.

Example 3: Finding the Rank of a Given Matrix

Find the rank of the matrix 1611141719243624.

Answer

Recall that the rank of a matrix 𝐴 is equal to the number of rows/columns of the largest square submatrix of 𝐴 that has a nonzero determinant.

Since this is a 3×3 matrix, its rank must be between 0 and 3. Also, since it is not the zero matrix, its rank cannot be 0.

The largest possible square submatrix of this 3×3 matrix is just itself, so let’s expand the determinant of this matrix along the top row: det1611141719243624=16(19×(24)(24)×(6))(11)(17×(24)(24)×3)14(17×(6)19×3)=16(456144)+11(408+72)14(10257)=16×(600)+11×(336)14×(159)=96003696+2226=81300.

The determinant of the 3×3 matrix is nonzero; therefore, its rank must be 3.

We sometimes need to take care when selecting a submatrix of the original matrix. It is possible to find one 𝑛×𝑛 submatrix with a determinant =0, but another with a determinant 0. Consider, for example, the matrix 𝐴=123246579.

Taking the determinant of 𝐴 itself by expanding along the top row, detdet(𝐴)=||4679||2||2659||+3||2457||=49672(2965)+3(2745)=36422(1830)+3(1420)=6+2418(𝐴)=0.

Therefore, RK(𝐴)3. If we proceed by taking the 2×2 submatrix 𝐵 obtained by “deleting” the bottom row and right column of 𝐴, we find that 𝐵=1224.

Taking the determinant of 𝐵, det(𝐵)=1422=0.

So, we might conclude that RK(𝐴)2 either. However, if we had instead chosen the 2×2 submatrix 𝐶 obtained by “deleting” the top row and right column of 𝐴, we would have found 𝐶=2457.

Taking the determinant of this matrix gives det(𝐶)=2745=60.

So, we have found a 2×2 submatrix of 𝐴 for which the determinant is nonzero; therefore, RK(𝐴)=2.

This property could mean that we may need to check multiple different submatrices of the same size before concluding the rank of the matrix. Fortunately, we do not need to do this, as we can skip this process by noticing something about the original matrix: 𝐴=123246579.

Notice that the second row of 𝐴 is a scalar multiple of the first. Specifically, each element in the second row is 2× the element above it.

Lemma: The Determinant of a 2 × 2 Matrix with Scalar Multiple Rows/Columns

A 2×2 matrix 𝐴 has determinant det(𝐴)=0 if and only if the rows/columns of 𝐴 are scalar multiples of each other.

Corollary: Row/Column Redundancy and Determinants

A square matrix 𝐴 that contains a row/column that is a scalar multiple of another row/column will have a determinant of zero, and any 2×2 submatrix of 𝐴 taken from those two rows/columns will also have a determinant of zero.

Let’s look at an example of how to use the techniques covered so far to find the rank of a 3×3 matrix.

Example 4: The Rank of a 3 × 3 Matrix

Find the rank of the following matrix: 124712248.

Answer

Recall that the rank of a matrix 𝐴 is equal to the number of rows/columns of the largest square submatrix of 𝐴 that has a nonzero determinant.

Since this is a 3×3 matrix, its rank must be between 0 and 3. Also, since it is not the zero matrix, its rank cannot be 0.

The largest possible submatrix is the original matrix itself. Taking the determinant of the original matrix by expanding along the top row, we get ||||124712248||||=1||1248||2||7228||+4||7124||=1(8(8))2(56(4))+4(28(2))=0120+120=0.

This is the only possible 3×3 submatrix, and its determinant is zero; therefore, the rank of the original matrix cannot be 3.

On inspecting the original matrix, we can see that the bottom row is an exact nonzero scalar multiple (2×) of the top row. This means that the determinant of any 2×2 submatrix selected from these two rows will have a determinant of zero. We can verify this directly: ||1224||=1×42×2=0,||1428||=1×84×2=0,||2448||=2×84×4=0.

However, this does not mean that there is no 2×2 submatrix of the original matrix with a nonzero determinant. The middle row of the original matrix is not a scalar multiple of the other two, so any determinant of a 2×2 submatrix including the middle row will have a nonzero determinant.

Taking the 2×2 matrix obtained by “deleting” the bottom row and right-hand column, 𝐵=1271.

Taking the determinant of this 2×2 submatrix, det(𝐵)=||1271||=1×(1)2×7=15.

We have found a 2×2 submatrix of the original matrix that has a nonzero determinant; therefore, the rank of the original matrix is 2.

In the previous example, we saw that we need to be more selective with our choice of submatrix in seeking a matrix that contains rows/columns that are nonzero scalar multiples of each other.

In fact, however, for a 3×3 matrix or smaller, if we notice that at least one row/column is a scalar multiple of another, we do not need to select a submatrix at all. Instead, we can immediately conclude the rank of the matrix from the number of rows/columns that are scalar multiples of each other.

Theorem: The Rank of a 3 × 3 Matrix with Two Scalar Multiple Rows/Columns

If a 3×3 matrix 𝐴, containing no zero rows/columns, contains two rows/columns that are scalar multiples of each other and a third row/column that is not a scalar multiple of the other two, then RK(𝐴)=2.

In some cases, it may be that all three rows of a matrix are scalar multiples of each other.

Theorem: The Rank of a 3 × 3 Matrix with Three Scalar Multiple Rows/Columns

A 3×3 matrix 𝐴, where 𝐴0×, has rank RK(𝐴)=1 if and only if it contains three rows/columns that are scalar multiples of each other.

Corollary: The Rank of a 3 × 3 Matrix with No Scalar Multiple Rows/Columns

If a 3×3 matrix 𝐴 contains no rows/columns that are scalar multiples of each other and det(𝐴)=0, then RK(𝐴)=2.

With these properties in mind, the rank of any 3×3 matrix can be found much more quickly by the following process:

Let’s consider an example of how to use this method to quickly find the ranks of multiple 3×3 matrices.

Consider the matrices 𝐴=2576152141014,𝐵=3561827414,𝐶=538846387,𝐷=112121422.

None of the 3×3 matrices are the zero matrix, so they must all have a rank between 1 and 3.

Starting with 𝐴, all three rows (or columns) are scalar multiples of each other; therefore, RK(𝐴)=1.

Next, 𝐵 does not have any rows that are scalar multiples of each other, but columns 1 and 3 are scalar multiples of each other, and column 2 is not; therefore, RK(𝐵)=2.

Next, 𝐶 does not have any rows or columns that are scalar multiples of each other. Taking the determinant of 𝐶 by expanding along the top row, we get det(𝐶)=5(4×76×8)3(8×76×3)+8(8×84×3)=5(2848)3(5618)+8(6412)=5×(20)3×(38)+8×(52)=100114+416=202.

𝐶 has a nonzero determinant; therefore, its rank is 3.

And finally, 𝐷 also has no rows/columns that are scalar multiples of each other. Taking the determinant of 𝐷 by expanding along the top row, we get det(𝐷)=(2×2(1)×2)((1)×2(1)×(4))2((1)×22×(4))=4+2(24)2(2+8)=6+612=0.

𝐷 has a determinant of zero; therefore, its rank must be 2.

In the next example, we will see how we can extend this general technique for finding the rank of a matrix to solving algebraic problems.

Example 5: The Rank of a Matrix

What value can 𝑘 not take if the rank of the matrix 𝐴=741522𝑘2491521 is 3?

Answer

The rank of an 𝑛×𝑛 matrix can only be equal to 𝑛 if the determinant of the matrix is nonzero. Therefore, if the rank of the 3×3 matrix above is 3 (rank (𝐴)=3), then det(𝐴)0. This being the case, by finding the determinant of the matrix above and setting it equal to zero, solving for 𝑘 will give us the value that 𝑘 cannot take.

Taking the determinant of the matrix by expanding along the middle column, we find det(𝐴)=4(22×(21)(24)×(9))+𝑘(7×(21)(15)×(9))15(7×(24)(15)×22)=4(462216)+𝑘(147135)15(168+330)=4×(678)+𝑘×(282)15×(162)=282𝑘+282.

If we now set det(𝐴)=0, we have 282𝑘+282=0.

Solving this equation for 𝑘 gives 𝑘=1.

So, if the rank of the matrix 𝐴 is 3, the value of 𝑘 cannot be 1.

One of the most significant implications of the rank of a matrix is the number of solutions to the system of linear equations it represents.

Theorem: Rouché–Capelli Theorem

A system of linear equations with 𝑛 variables has solution(s) if and only if the rank of its coefficient matrix, 𝐴, is equal to the rank of its augmented matrix, 𝐴𝑏.

If RKRK(𝐴)𝐴𝑏, the system of equations has no solutions.

If RK(𝐴)=𝑛, the system has one unique solution.

If RKRK(𝐴)=𝐴𝑏𝑛, the system has infinitely many solutions.

Consider the following system of linear equations: 𝑥2𝑦+3𝑧=5,𝑥+4𝑦+2𝑧=3,2𝑥+𝑦𝑧=4.

This system of equations may be represented by the matrix equation 123142211𝑥𝑦𝑧=534.

Therefore, the coefficient matrix is given by 𝐴=123142211, and the augmented matrix is given by 𝐴𝑏=123514232114.

Taking the determinant of 𝐴 by expanding along the top row, det(𝐴)=||4211||(2)||1221||+3||1421||=(42)+2(14)+3(18)=6627=39.

Therefore, 𝐴 contains a 3×3 submatrix (in this case, itself) with a nonzero determinant; therefore, its rank is 3. Since 𝐴𝑏 contains the submatrix 𝐴, its rank must also be 3.

Therefore, RKRK(𝐴)=𝐴𝑏, so the system of equations has solution(s). Since also RK(𝐴)=𝑛, the number of variables in the system, the system has one unique solution.

It is worth noting here that we can save time in finding the rank of the augmented matrix if we can show that it is at most equal to the rank of the coefficient matrix.

Theorem: Rank of the Augmented Matrix

The rank of the augmented matrix, 𝐴𝑏, of a system of linear equations is equal to or greater than the rank of the coefficient matrix, 𝐴. That is, RKRK𝐴𝑏(𝐴).

This is easily shown. Since the coefficient matrix, 𝐴, is itself a submatrix of the augmented matrix, 𝐴𝑏, any submatrix of 𝐴 is also a submatrix of 𝐴𝑏; therefore, any square submatrix of 𝐴 with a nonzero determinant must also be a submatrix of 𝐴𝑏. Therefore, RK𝐴𝑏 is at least equal to RK(𝐴).

Let’s look at an example of how to find the number of solutions to a system of linear equations by finding the determinants of the coefficient and augmented matrices, and how this strategy of finding their ranks using determinants greatly speeds up the process of finding the number of solutions to a system of linear equations.

Example 6: Finding the Number of Solutions to a System of Linear Equations

Find the number of solutions for the following system of linear equations: 51112141014312𝑥𝑦𝑧=1047.

Answer

Recall that the Rouché–Capelli theorem states that a system of linear equations has solution(s) if and only if the rank of its coefficient matrix is equal to the rank of its augmented matrix.

In our case, the coefficient matrix, 𝐴, is the matrix on the left of the equation: 𝐴=51112141014312.

The augmented matrix, 𝐴𝑏, is formed by “appending” the solution matrix to the right-hand side of the coefficient matrix: 𝐴𝑏=511110214104143127.

Recall that the rank of a matrix 𝐴 is equal to the number of rows/columns of the largest square submatrix of 𝐴 that has a nonzero determinant.

The only 3×3 submatrix of the coefficient matrix 𝐴 is 𝐴 itself. Taking the determinant of 𝐴 by expanding along the top row, det(𝐴)=5||1410312||(1)||2101412||11||214143||=5(14×12(10)×(3))(1)(2×12(10)×14)11(2×(3)14×14)=5(16830)+(24+140)11(6196)=5×138+11611×(190)=690+116+2090=1516.

We have found a 3×3 submatrix of the coefficient matrix, 𝐴 (in this case, 𝐴 itself) with a nonzero determinant. Therefore, RK(𝐴)=3.

Since the augmented matrix, 𝐴𝑏, is a 3×4 matrix, its rank is at most 3, and since the augmented matrix has rank at least equal to the coefficient matrix, 𝐴, its rank is also at least 3. Therefore, the RK𝐴𝑏=3.

Hence, we have RKRK(𝐴)=𝐴𝑏=𝑛, the number of variables in the system of equations. Therefore, the system of equations has one, unique solution.

In the next example, we will look at a system of equations for which the rank of the coefficient matrix is not equal to the rank of the augmented matrix.

Example 7: Finding the Number of Solutions to a System of Linear Equations

Find the number of solutions for the following system of linear equations: 2019171741916915𝑥𝑦𝑧=13207.

Answer

Recall that the Rouché–Capelli theorem states that a system of linear equations has solution(s) if and only if the rank of its coefficient matrix is equal to the rank of its augmented matrix.

In our case, the coefficient matrix, 𝐴, is the matrix on the left of the equation: 𝐴=2019171741916915.

The augmented matrix, 𝐴𝑏, is formed by “appending” the solution matrix to the right-hand side of the coefficient matrix: 𝐴𝑏=201917131741920169157.

Recall that the rank of a matrix 𝐴 is equal to the number of rows/columns of the largest square submatrix of 𝐴 that has a nonzero determinant.

The only 3×3 submatrix of the coefficient matrix, 𝐴, is 𝐴 itself. Taking the determinant of 𝐴 by expanding along the top row, det(𝐴)=20||419915||(19)||17191615||17||174169||=20(4×15(19)×9)+19(17×15(19)×(16))17(17×94×(16))=20(60+171)+19(255304)17(153+64)=20×231+19×(49)17×217=0.

This is the only possible 3×3 submatrix of 𝐴, which has a determinant of 0; therefore, its rank cannot be 3. 𝐴 also has no rows or columns that are scalar multiples of each other; therefore, its rank must be 2.

Next, we need to find the rank of the augmented matrix, 𝐴𝑏. Since it is a 3×4 matrix, its rank can be at most the minimum (i.e., whichever is smallest) of 3 and 4; therefore, RK𝐴𝑏3.

We, therefore, seek a 3×3 submatrix of 𝐴𝑏 with a nonzero determinant. One submatrix of 𝐴𝑏 is of course the coefficient matrix, 𝐴, but we have already shown this to have a determinant of zero, so we must look for a different submatrix.

Consider then the submatrix, which we will call 𝐵, formed from “deleting” the left-hand column of 𝐴𝑏: 𝐵=191713419209157.

Taking the determinant of 𝐵 by expanding along the top row, we get det(𝐵)=19||1920157||(17)||42097||13||419915||=19((19)×(7)(20)×15)+17(4×(7)(20)×9)13(4×15(19)×9)=19(133+300)+17(28+180)13(60+171)=19×433+17×15213×231=8646.

We have found a 3×3 submatrix of 𝐴𝑏 with a nonzero determinant; therefore, RK𝐴𝑏=3.

Hence, RKRK(𝐴)𝐴𝑏, and by the Rouché–Capelli theorem, the system of equations has no solutions.

In the previous example, the rank of the augmented matrix was greater than the rank of the coefficient matrix, and we only needed to calculate one 3×3 determinant of the augmented matrix to confirm its rank was 3.

However, it may be the case that the rank of an augmented matrix cannot be verified by calculating one determinant. For a 3×4 augmented matrix, like in the previous example, in the worst case scenario we may need to take three 3×3 determinants, in addition to the determinant of the 3×3 coefficient matrix.

To avoid this time-consuming process, we can use one more theorem.

Theorem: Rank of a Matrix with Linearly Dependent Rows/Columns

If an 𝑚×𝑛 matrix 𝐴 contains a row/column that may be formed from a linear combination of any other rows/columns, then the rank of 𝐴 is strictly less than the minimum of 𝑚 and 𝑛. That is, RKmin(𝐴)<(𝑚,𝑛).

Let’s look at one final example of how to find the number of solutions to a system of linear equations by using this time-saving theorem.

Example 8: Finding the Number of Solutions to a System of Linear Equations

Find the number of solutions of the following system of linear equations: 126201208111412𝑥𝑦𝑧=51611.

Answer

Recall that the Rouché–Capelli theorem states that a system of linear equations has solution(s) if and only if the rank of its coefficient matrix is equal to the rank of its augmented matrix.

In our case, the coefficient matrix, 𝐴, is the matrix on the left of the equation: 𝐴=126201208111412.

The augmented matrix, 𝐴𝑏, is formed by “appending” the solution matrix to the right-hand side of the coefficient matrix: 𝐴𝑏=12620512081611141211.

Recall that the rank of a matrix is equal to the number of rows/columns of the largest of its square submatrices that has a nonzero determinant.

Notice also that our matrix, 𝐴, has one row that may be formed from a linear combination of the other two. Specifically, row 2 is equal to the sum of row 1 and row 3: (12620)+(111412)=(1208).

Since one row is a linear combination of the other two, the rank of 𝐴 must be less than 3. We can verify this directly. The only 3×3 submatrix of the coefficient matrix 𝐴 is 𝐴 itself. Taking the determinant of 𝐴 by expanding along the top row, we get det(𝐴)=12||2081412||6||181112||+20||1201114||=12(20×(12)8×14)6(1×(12)8+×(11))+20(1×1420×(11))=12(240112)6(12+88)+20(14+220)=12×(352)6×76+20×234=4224456+4680=0.

This is the only possible 3×3 submatrix of 𝐴, which has a determinant of 0; therefore, the rank of 𝐴 cannot be 3. 𝐴 also has no rows or columns that are scalar multiples of each other; therefore, its rank must be 2.

Next, we need to find the rank of the augmented matrix, 𝐴𝑏. Since it is a 3×4 matrix, its rank can be at most the minimum (i.e., whichever is smallest) of 3 and 4; therefore, RK𝐴𝑏3.

We found that for the coefficient matrix, 𝐴, row 2 was equal to the sum of row 1 and row 3. If the same still applies to the augmented matrix, 𝐴𝑏, its rank also must be less than 3.

Looking at the sum of row 1 and row 3 in 𝐴𝑏, we can see that this is indeed the case: (126205)+(11141211)=(120816).

Therefore, the rank of the augmented matrix, 𝐴𝑏, cannot be 3. Although unnecessary and time-consuming, this can be verified directly by finding the determinant of every other 3×3 submatrix of 𝐴𝑏 and showing them all to be 0. Indeed, we find ||||620520816141211||||=0,||||122051816111211||||=0,||||126512016111411||||=0.

Since the rank of the augmented matrix must be equal to or greater than the rank of the coefficient matrix, we must have that RK𝐴𝑏=2.

Therefore, the rank of the coefficient matrix is equal to the rank of the augmented matrix; hence, the system of linear equations has solution(s). Since the rank of the coefficient matrix, RK(𝐴)=2, is less than the number of variables in the system, 𝑛=3, the system has infinitely many solutions.

We complete this explainer with some of the key points associated with the determinant of a matrix and its rank.

Key Points

  • For an 𝑚×𝑛 matrix 𝐴, its rank, RK(𝐴), is given by the number of rows/columns of the largest square submatrix of 𝐴 (which may be 𝐴 itself) that has a nonzero determinant.
  • 0(𝐴)(𝑚,𝑛)RKmin.
  • RK(𝐴)=0 if and only if 𝐴 is the zero matrix, 0.
  • A 2×2 matrix 𝐴, where 𝐴0×, has rank RK(𝐴)=1 if and only if det(𝐴)=0.
  • The rank of any matrix 𝐴 can be found by the following process:
    • Consider the largest possible square submatrix of 𝐴. Calculate the determinant of this submatrix. If the determinant is nonzero, the rank of the original matrix is given by the number of rows of the submatrix.
    • If the determinant of the submatrix is zero, repeat step 1 for other possible square submatrices of the same size.
    • If a submatrix with a nonzero determinant has not been found, repeat steps 1 and 2 for submatrices 1 row and column smaller.
  • The rank of a 2×2 matrix 𝐴 can be found by the following process:
  • The rank of a 3×3 matrix 𝐴 can be found by the following process:
  • The Rouché–Capelli theorem states that a system of linear equations with 𝑛 variables has solution(s) if and only if the rank of its coefficient matrix, 𝐴, is equal to the rank of its augmented matrix, 𝐴𝑏. If RKRK(𝐴)𝐴𝑏, the system of equations has no solutions. If RK(𝐴)=𝑛, the system has one unique solution. If RK(𝐴)𝑛, the system has infinitely many solutions.
  • The rank of the augmented matrix, 𝐴𝑏, of a system of linear equations is equal to or greater than the rank of the coefficient matrix, 𝐴. That is, RKRK𝐴𝑏(𝐴).

Join Nagwa Classes

Attend live sessions on Nagwa Classes to boost your learning with guidance and advice from an expert teacher!

  • Interactive Sessions
  • Chat & Messaging
  • Realistic Exam Questions

Nagwa uses cookies to ensure you get the best experience on our website. Learn more about our Privacy Policy