InterviewSolution
Saved Bookmarks
| 1. |
I : If a, b are two points then r = (1 - s)a + sb represents a line. II : If a, b, c are three noncollinear points then r = (1 - s - t)a + sb + tc represents a plane |
|
Answer» only I is TRUE |
|