Explanation
1. The Geometric Series Formula for Matrices:
For a square matrix A, the sum of the infinite series S=I+A+A2+A3+… is given by:
This formula is valid if the series converges (i.e., all eigenvalues of A have a magnitude less than 1). Note: In competitive exam contexts, if the sum is asked, we proceed with calculating (I−A)−1.
2. Calculate (I−A):
Given A=[13amp;2amp;4] and I=[10amp;0amp;1]:
I−A=[10amp;0amp;1]−[13amp;2amp;4]
I−A=[1−10−3amp;0−2amp;1−4]=[0−3amp;−2amp;−3]
3. Find the Inverse (I−A)−1:
The inverse of a 2×2 matrix M=[acamp;bamp;d] is given by:
M−1=∣M∣1[d−camp;−bamp;a]
-
Step A: Calculate the determinant ∣I−A∣:
-
Step B: Calculate the Adjoint:
Swap diagonal elements and change the signs of off-diagonal elements:
adj(I−A)=[−33amp;2amp;0]
-
Step C: Calculate the Inverse:
(I−A)−1=−61[−33amp;2amp;0]
Divide each element by −6:
(I−A)−1=[−6−3−63amp;−62amp;−60]=[21−21amp;−31amp;0]
Final Answer:
The sum of the series is [21−21amp;−31amp;0]. The correct option is (c).