in Linear Algebra edited by
682 views
1 vote
1 vote
For the matrix $A = \begin{bmatrix}\cos\theta & -\sin\theta \\ \sin\theta & \cos\theta \end{bmatrix}$ if $\textit{det}$ stands for the determinant and $A^T$ is the transpose of $A$ then the value of $\textit{det}(A^TA)$ is __________ .
in Linear Algebra edited by
682 views

2 Answers

3 votes
3 votes
Best answer
Answer: 1

$$A=\begin{bmatrix} \cos\theta&-\sin\theta \\ \sin\theta & \cos\theta \end{bmatrix}$$
$$A^{T}=\begin{bmatrix} \cos\theta& \sin\theta \\-\sin\theta & \cos\theta \end{bmatrix}$$
$$A^{T}\cdot A=\begin{bmatrix} \cos\theta& \sin\theta \\-\sin\theta & \cos\theta \end{bmatrix}\cdot\begin{bmatrix} \cos\theta&-\sin\theta \\ \sin\theta & \cos\theta \end{bmatrix}$$
$$A^{T}\cdot A=\begin{bmatrix} \cos^{2}\theta+\sin^{2}\theta&-\cos\theta \sin\theta +\sin\theta \cos\theta \\-\sin\theta \cos\theta +\cos\theta \sin\theta& \sin^{2}\theta+\cos^{2}\theta\end{bmatrix}$$
$$A^{T}\cdot A=\begin{bmatrix} 1&0\\ 0&1 \end{bmatrix}$$
$$\text{det}(A^{T}\cdot A)=|A^{T}\cdot A|=1\times 1 = 1$$
edited by

2 Comments

moved by

It might help you

0
0
moved by

and this is combined with above

0
0
0 votes
0 votes

Answer =1

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true