Saved Bookmarks
| 1. |
Find the 2xx2 mtrix X if[[x_1,x_2], [y_1,y_2]]-[[2,0],[0,2]]=[[3,5],[1,2]] determine x_1,x_2,y_1,y_2. |
|
Answer» SOLUTION : `[[x_1,x_2], [y_1,y_2]]-[[2,0],[0,2]]=[[3,5],[1,2]]` ` `[[x_1,x_2], [y_1,y_2]]=[[2,3],[0,1]]+[[3,5],[1,2]]=[[5,8],[1,3]]` `:. x_1=5,x_2=8,y_1=1,y_2=3` |
|