Saved Bookmarks
| 1. |
From the following matrix equation, find the value of `x:[[x+y,4],[-5,3y]]=[[3,4],[-5,6]]` |
|
Answer» Here,`[[x+y,4],[-5,3y]] = [[3,4],[-5,6]]` `=>x+y = 3->(1)` `=>3y = 6=>y = 2` Putting value of `y` in (1), `=>x+2 = 3=>x = 3-2` `=>x = 1` |
|