InterviewSolution
Saved Bookmarks
| 1. |
Let A=[[ 1 , sin theta , 1 ],[-sin theta , 1 , sin theta],[-1 , -sin theta , 1 ]], where 0 le theta le 2 pi, then, |
|
Answer» `DET(A) =0` |
|