1.

Let three matrices `A = [[2,1],[4,1]],B=[[3,4],[2,3]]and C= [[3,-4],[-2,3]],` then tr `(A) + tr ((ABC)/2)+tr((A(BC)^(2))/4) + tr ((A(BC)^(3))/8) +...+infty` equals toA. 4B. 9C. 12D. 6

Answer» Correct Answer - D
`because BC = [[3,4],[2,3]] [[3,-4],[-2,3]]=[[1,0],[0,1]]=I`
`therefore tr (A) + tr ((ABC)/2) + tr ((A(BC)^(2))/4) +tr((A(BC)^(3))/8) +...`
`= tr (A) + tr (A/2) + tr(A/2^(2))+tr(A/2^(3))+..." upto " infty`
`=tr (A) + 1/2 tr (A) + 1/2^(2) tr (A) + ... " upt0 " infty `
`= (tr(A))/(1-(1/2)) = 2 tr (A) = 2(2+1) = 6`


Discussion

No Comment Found

Related InterviewSolutions