Linear algebra-1

Algebra Level 2

given the matrix A = [ 1 2 3 4 ] [ 2 3 5 7 ] A=\begin{bmatrix} 1&2\\ 3&4 \end{bmatrix}\begin{bmatrix} 2&3\\ 5&7\end{bmatrix} what is the trace of A


Trace of a matrix is the sum of the numbers along its diagonal.


The answer is 49.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Aareyan Manzoor
May 20, 2017

to find a product of a matrix A = [ 1 2 3 4 ] [ 2 3 5 7 ] A=\begin{bmatrix} 1&2\\ 3&4 \end{bmatrix}\begin{bmatrix} 2&3\\ 5&7\end{bmatrix} we first want to find each individual part of the matrix, that is A 1 , 1 = [ 1 2 ] [ 2 5 ] , A 1 , 2 = [ 1 2 ] [ 3 7 ] , A 2.1 = [ 3 4 ] [ 2 5 ] , A 2 , 2 = [ 3 4 ] [ 3 7 ] A_{1,1}= \begin{bmatrix} 1&2\end{bmatrix}\begin{bmatrix} 2\\ 5 \end{bmatrix},A_{1,2}=\begin{bmatrix} 1&2\end{bmatrix}\begin{bmatrix} 3\\ 7 \end{bmatrix}, A_{2.1}=\begin{bmatrix} 3&4\end{bmatrix}\begin{bmatrix} 2\\ 5 \end{bmatrix},A_{2,2}=\begin{bmatrix} 3&4\end{bmatrix}\begin{bmatrix} 3\\ 7 \end{bmatrix} the form of multiplication is called a dot product and it is [ a 1 a 2 a n ] [ b 1 b 2 . . . b n ] = a 1 b 1 + a 2 b 2 + + a n b n \begin{bmatrix} a_1&a_2&\cdots&a_n\end{bmatrix}\begin{bmatrix} b_1\\ b_2\\.\\.\\.\\b_n \end{bmatrix}=a_1 b_1+a_2 b_2+\cdots+a_n b_n so we can use that to get: A 1 , 1 = 1 2 + 3 5 = 12 , A 1 , 2 = 1 3 + 2 7 = 17 , A 2 , 1 = 3 2 + 4 5 = 26 , A 2 , 2 = 3 3 + 4 7 = 12 A_{1,1}= 1*2+3*5=12, A_{1,2}= 1*3+2*7=17,A_{2,1}= 3*2+4*5=26,A_{2,2}= 3*3+4*7=12 and the matrix is A = [ 12 17 26 37 ] A=\begin{bmatrix} 12&17\\ 26&37 \end{bmatrix} and the trace is 12 + 37 = 49 12+37=\boxed{49}

The answer given is incorrect 1×2=2 3×5=15 2+15=17 not 12 And the final number is a misprint 3×3(9)+4×7(28)=37 Which is correct in the final answer but is written as 12 in the equation before Ergo the correct final answer should be 17+37=54 not 49 If somehow my basic arithmetic is incorrect please feel encouraged to let me know

some guy - 1 year, 3 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...