Question:medium

Let \( M \) be a \( 7 \times 7 \) matrix with entries in \( \mathbb{R} \) and having the characteristic polynomial \[ c_M(x) = (x - 1)^\alpha (x - 2)^\beta (x - 3)^2, \] where \( \alpha>\beta \). Let \( {rank}(M - I_7) = {rank}(M - 2I_7) = {rank}(M - 3I_7) = 5 \), where \( I_7 \) is the \( 7 \times 7 \) identity matrix. 
If \( m_M(x) \) is the minimal polynomial of \( M \), then \( m_M(5) \) is equal to __________ (in integer).

Show Hint

For the minimal polynomial, consider the eigenvalues and their multiplicities. The minimal polynomial has each eigenvalue appearing only once. Evaluate it at the desired value to find the answer.
Updated On: Feb 6, 2026
Show Solution

Solution and Explanation

We are given that the characteristic polynomial of a 7×7 matrix M is:

cM(x) = (x − 1)α(x − 2)β(x − 3)2

along with the conditions:

rank(M − I7) = rank(M − 2I7) = rank(M − 3I7) = 5

We are asked to find mM(5), where mM(x) is the minimal polynomial.
Step 1: Use rank–nullity theorem

For any matrix A of order 7:
nullity(A) = 7 − rank(A)

Hence,
nullity(M − λI) = 7 − 5 = 2

for λ = 1, 2, and 3. This means that the eigenspace corresponding to each eigenvalue 1, 2, and 3 has dimension 2.
Step 2: Deduce algebraic multiplicities

The geometric multiplicity of an eigenvalue is always less than or equal to its algebraic multiplicity.

Since the eigenspace dimension for each eigenvalue is 2, the algebraic multiplicity of each must be at least 2.

But the matrix is of order 7, and the characteristic polynomial already contains (x − 3)2. Therefore, the only possibility is:

cM(x) = (x − 1)2(x − 2)2(x − 3)2

(the remaining degree accounts for no higher powers).
Step 3: Determine the minimal polynomial

When the geometric multiplicity equals the algebraic multiplicity for an eigenvalue, no Jordan block larger than size 1 exists.

Thus, no squared factors are required in the minimal polynomial.

Hence,

mM(x) = (x − 1)(x − 2)(x − 3)
Step 4: Evaluate mM(5)

mM(5) = (5 − 1)(5 − 2)(5 − 3)

mM(5) = 4 × 3 × 2

mM(5) = 24
Final Answer:

mM(5) = 24
Was this answer helpful?
0