StemCET Logo

Maths Question 5 – AP-EAMCET 2026

A is a 4×4 matrix. By applying a few elementary transformations on A, if we get the matrix (21000000001033200), which is equivalent to A, then rank of A is

The rank of a matrix is the maximum number of linearly independent row or column vectors. Elementary row/column operations do not change the rank of a matrix.

Step 1: Understand the Problem and Matrix Properties✦ Active

The problem states that matrix A is a 4×4 matrix. After applying elementary transformations on A, we obtain an equivalent matrix. A fundamental property of elementary row/column operations is that they do not change the rank of a matrix. Therefore, the rank of A is equal to the rank of the given transformed matrix.

M=(21000000001033200)
💡 Teacher's Secret Hint

Remember that rank is invariant under elementary row and column operations. This simplifies the problem as we only need to find the rank of the given matrix.

Step 2: Identify Linearly Dependent Rows○ Expand

We examine the rows of matrix M to find any linear dependencies. Let R1,R2,R3,R4 be the first, second, third, and fourth rows, respectively. We observe that R2 is already a zero row: R2=(0,0,0,0). Now let's compare R1 and R4: R1=(2,1,0,0) and R4=(3,32,0,0). We can see that R4=32R1, because 3=32×2 and 32=32×1.

💡 Teacher's Secret Hint

Always look for obvious zero rows or rows that are scalar multiples of other rows first, as these are the easiest to identify as linearly dependent.

Step 3: Perform Row Operations to Achieve Row Echelon Form○ Expand

Since R4=32R1, we can eliminate R4 by performing the elementary row operation R4R432R1. This will make R4 a zero row.

M=(210000000010332(2)3232(1)032(0)032(0))=(2100000000100000)
💡 Teacher's Secret Hint

The goal of row operations is to simplify the matrix to a form where the number of non-zero rows is easily countable. Row echelon form is ideal for this.

Step 4: Count Non-Zero Rows to Determine Rank○ Expand

In the transformed matrix M, we have two non-zero rows: R1=(2,1,0,0) and R3=(0,0,1,0). These two rows are linearly independent (one cannot be obtained by scaling the other). The other two rows (R2 and R4) are zero rows. The rank of a matrix is defined as the number of non-zero rows in its row echelon form.

Therefore, the rank of matrix M (and consequently, matrix A) is 2.

💡 Teacher's Secret Hint

A non-zero row is any row that contains at least one non-zero element. Make sure you don't confuse the number of rows with the rank itself.

✦ STEM Console utilizes AI models to generate step-by-step explanations and math clues. AI can make mistakes.