Saved Bookmarks
| 1. |
Write the value of`|[2, 7, 65],[ 3, 8, 75],[ 5, 9, 86]|` |
|
Answer» `R_3=R_3-R_2` `R_2=R_2=R_1` `[[2,7,65],[1,1,10],[2,1,11]]` `R_3=R_3-R_2` `[[2,7,65],[1,1,10],[1,0,1]]` Interchanging `R_3` and `R_1` `-[(65-70)+1(7-2)]` `(-5+5)` `0`. |
|