InterviewSolution
Saved Bookmarks
| 1. |
Find the value of f(π/3) where f(θ) = |(cos2 θ,cosθsinθ,-sinθ),(cosθsinθ,sin2 θ,cosθ),(sinθ,-cosθ,0)| |
|
Answer» Taking cos2 θ common from R1, cosθ sinθ from R2 and sinθ from R3, then R2 → R1, R3 → R3 – R1 and expand f(θ) = 1 f(π/3) = 1 |
|