InterviewSolution
Saved Bookmarks
| 1. |
The symmetric part of the matrix A = ((1,2,4),(6,8,2),(2,-2,7)) is |
|
Answer» `((0, -2, -1),(-2,0,-2),(-1,-2,2))` |
|