

InterviewSolution
Saved Bookmarks
1. |
Consider the system of equations `a_1x+b_1y+c_1z=0` `a_2x+b_2y+c_2z=0` `a_3x+b_3y+c_3z=0` if `{:abs((a_1,b_1,c_1),(a_2,b_2,c_2),(a_3,b_3,c_3)):}=0`, then the system hasA. more than two solutionsB. one trivial and one non-trivial solutionsC. no solutionD. only trivial solution (0,0,0) |
Answer» Correct Answer - a | |