SOLUTION: i have the following 3x3 matrix 1,2,-1 2,1,4 = A 1,-2,1 i need to evaluate A^2 and A^3 but i cant even figure out where to start, any help would be greatly appreciated

Algebra.Com
Question 174917: i have the following 3x3 matrix
1,2,-1
2,1,4 = A
1,-2,1
i need to evaluate A^2 and A^3 but i cant even figure out where to start, any help would be greatly appreciated

Answer by actuary(112)   (Show Source): You can put this solution on YOUR website!
The problem asks you to multiply matrices. A^2 =A*A and A^3=A*A*A

1,2,-1
A = 2,1,4
1,-2,1
The first row, first column of A*A = A^2 is calculated by multiplying each element of the first row of A by each element of the first column of A and then each of the products are added together.
The second row, first column of A*A = A^2 is calculated by each element of the second row of A by each element of the first column of A and then each of the products are added together.
The third row, first column element of A*A = A^2 is calculated by each element of the third row of A by each element of the first column of A and then each of the products are added together.
The general rule that is being used is the i'th row and j'th column element of the result is found by multiplying each element in the i'th row of one matrix(multiplier) by each element of the j'th column of the other matrix (multiplican) and then the products are added to together.
So to calculate A^2 you have to calculate 9 numbers using the rule that is described above.
Since A^3 = (A^2)*A, you have to calculate 9 numbers using the rule described above with A^2 being one matrix and A the other matrix.
I hope that this helps but it does take some practice to understand and be able to do matrix multiplication.
Good luck.



RELATED QUESTIONS

Need to find the inverse of a 3x3 matrix? -2 5 -1 -1 -2 -3 3 -4... (answered by Fombitz)
Evaluate the following determinants. This is a 3x3 matrix. the 3 is outside of the... (answered by Jk22)
I have worked out Eigenvalues of the following matrix 1 -1 2 0 2 0 3 -3 2 They... (answered by robertb)
I have to solve a 4X4 matrix w x y z 2 -2 -2 2 10 1 1 1 1 -5 3 1 -1 4 -2 1 (answered by vidyamanohar)
I need a breakdown of the functions (add/multiply/division, etc.) on how to arrive at the (answered by John10)
Determine if the vectors v1 = (1,2,3), v2 = (1,0,-1), v3 = (2,2,2), v4 = (2,4,6) span R^3 (answered by ikleyn)
I have a math problem where pi=22/7 and i have to find the area of a circle using pi with (answered by Fombitz,nerdybill)
This is actually a Calculus 1 problem, but I am having problems with the algebra portion. (answered by solver91311)
I have a Matrix and I have to invert this matrix: | 3 2 0| |-3 -4 5| | 3 1... (answered by jsmallt9)