1.

Let A=[[1,2,3,4,1], [4,5,6,1,2], [3,9,1,1,6]]Write down A^T.

Answer»

SOLUTION :`A^T=[[1,4,3],[2,5,9],[3,6,1],[4,1,1],[1,2,6]]`


Discussion

No Comment Found

Related InterviewSolutions