

InterviewSolution
Saved Bookmarks
1. |
If `A-B^(T){:[(2,3,4,-1),(0,3,-1,5)]:}andA^(T)+B={:[(5,3),(1,0),(2,5),(3,-1)]:}`, then find the matrices A and B. |
Answer» Correct Answer - `A={:[(7//2,2,3,1),(3//2,3//2,2,2)]:}` `B={:[(3//2,3//2),(-1,-3//2),(-1,3),(2,-3)]:}` |
|