

InterviewSolution
Saved Bookmarks
1. |
Find the value of the `"determinant" |{:(3,4,7),(-1,6,5),(2,8,10):}|` |
Answer» `|{:(3,4,7),(-1,6,5),(2,8,10):}|=|{:(7,4,7),(5,6,5),(10,8,10):}|` `(C_(1)toC_(1)+C_(1))` = 0 (`therefore C_(1)" and " C_(3)" are identical ") ` |
|