

InterviewSolution
Saved Bookmarks
1. |
If A =\(\begin{bmatrix}1 \\[0.3em]2 \\[0.3em]3\end{bmatrix}\), write AAT. |
Answer» Given, A =\(\begin{bmatrix}1 \\[0.3em]2 \\[0.3em]3\end{bmatrix}_{3 \times 1}\) Now, Firstly we find the AT AT = [1 2 3]1x3 So, The product AAT will be, AAT = \(\begin{bmatrix}1 \\[0.3em]2 \\[0.3em]3\end{bmatrix}\)[1 2 3] = \(\begin{bmatrix}1 & 2 & 3 \\[0.3em]2 & 4 & 6 \\[0.3em]3 & 6 & 9\end{bmatrix}_{3\times3}\) |
|