| |
1. |
Given the coordinates of the vertices of a triangular prism, represent them as a vertex matrix. A(1, 2, -3) B(0, 1, -3) C(-1, 4, -3) D(-1, 4, 5) E(1, 2, 5) F(0, 1, 5) |
| |
3. |
Given the coordinates of a rectangular prism, represent them as a vertex matrix: A(1, 5, 3), B (1, 5, -1), C (1, -3, -1), D (1, -3, 3), E (-4, 5, 3), F (-4, 5, -1), G (-4, -3, -1), H (-4, -3, 3) |