

InterviewSolution
Saved Bookmarks
1. |
If `A = ({:(5, 5), (0, 0):})({:(0, 0), (5, 5):}) " and " A^(n) = ({:(5^(200), 5^(200)), (0, 0):})`, then find n.A. 100B. 50C. 25D. None of these |
Answer» Correct Answer - A (i) Simplify the matrix A. (ii) Find `A^(2), A^(3),….., A^(n)`. |
|