Determinant of matrix with trigonometric functions

3.7k Views Asked by At

Find the determinant of the following matrix: $$\begin{pmatrix}\cos\left(a_{1}-b_{1}\right) & \cos\left(a_{1}-b_{2}\right) & \cos\left(a_{1}-b_{3}\right)\\ \cos\left(a_{2}-b_{1}\right) & \cos\left(a_{2}-b_{2}\right) & \cos\left(a_{2}-b_{3}\right)\\ \cos\left(a_{3}-b_{1}\right) & \cos\left(a_{3}-b_{2}\right) & \cos\left(a_{3}-b_{3}\right) \end{pmatrix}$$For $a_1,\dots ,a_3,b_1,\dots, b_3\in\mathbb{R}$

I'm completely stumped honestly. I tried using the cosine addition identity to open the cosine, but I wasn't able to find how it helps me, and even for a $2\times2$ version of the matrix I wasn't really sure what to do. Any help?

3

There are 3 best solutions below

3
On BEST ANSWER

The matrix is the product \begin{eqnarray} \begin{pmatrix}\cos a_1& \sin a_1& 0\\ \cos a_2&\sin a_2& 0\\ \cos a_3&\sin a_3 &0\end{pmatrix}\begin{pmatrix}\cos b_1& \cos b_2&\cos b_3\\ \sin b_1&\sin b_2&\sin b_3\\ 0&0&0\end{pmatrix} \end{eqnarray} and thus the determinant is 0.

0
On

Notice that your determinant is same as , $$\begin{eqnarray} \begin{vmatrix}\cos a_1& \sin a_1& 0\\ \cos a_2&\sin a_2& 0\\ \cos a_3&\sin a_3 &0\end{vmatrix}\begin{vmatrix}\cos b_1& \sin b_1& 0\\ \cos b_2&\sin b_2& 0\\ \cos b_3& \sin b_3&0\end{vmatrix} \end{eqnarray}$$

In determinant multiplication , its is similar to matrix multiplication but the multiplication of $R_iC_j's$ is equivalent to $R_iR_j's$ since $det(A)=det(A^T)$.

1
On

Find the determinant of the following trigonometric matrix(unit in radian):

sin1 sin2 sin3 sin4 sin5

sin2 sin3 sin4 sin5 sin6

sin3 sin4 sin5 sin6 sin7

sin4 sin5 sin6 sin7 sin8

sin5 sin6 sin7 sin8 sin9