SOLUTION: I have been busting my head over a matrices problem where I need to find a pattern between the original square matrix (4, 2, 2, 4) and its exponential values. The matrix square

Algebra.Com
Question 133224: I have been busting my head over a matrices problem where I need to find a pattern between the original square matrix (4, 2, 2, 4) and its exponential values.
The matrix squared is (20, 16, 16, 20) or 2(10, 8, 8, 10).
The matrix cubed is (112, 104, 104, 112) or 2(56, 52, 52, 56).
The matrix to the power of 4 is (656, 640, 640, 656) or 2(328, 320, 320, 328).
The matrix to the power of 5 is (3904, 3872, 3872, 3904) or 2(1952, 1936, 1936, 1952).
The matrix to the power of 7 is (140032, 139904, 139904, 140032) or 2(70016, 69952, 69952, 70016).
So far, what I have figured out is that the difference between the different elements in the matrices is always 2^n. As well, taking the original matrix, one can see that when k=3, the data inside the matrix is k+1 in two positions and k-1 in the other two. I can also factor out a 4 from each matrix, but that didn't seem to lead anywhere.
Can anyone help me with this emergency?
*Note: this question did not come from any textbook.

Answer by vleith(2983)   (Show Source): You can put this solution on YOUR website!
I don't claim to know much about matix algebra. But I do see a pattern.
To get the first of each successive row, take .
To get the second number in the successive row, take
Thus, given (4,2,2,4) to get the second row,
(4*4)+(2*2), (2*4)+(4*2), (2*4)+(4*2), (4*4)+(2*2)
(20, 16, 16, 20)
To get the third row from the second row,
(4*20)+(2*16), (4*16)+(2*20), (4*16)+(2*20), (4*20)+(2*16)
(112, 104, 104, 112)

RELATED QUESTIONS

I really need some help with my math homework. This math sheet is hard. I have been... (answered by stanbon)
Elimination using matrices 3p+2r=11 q-7r=4 q-6q=1 I set up my matrix to this 3 (answered by richwmiller)
I am attempting to help my daughter with her Algebra 2 homework. I got the problem set... (answered by Fombitz)
Solve for x. Log2x = 6 Show your work here: I have a B and class is almost over, (answered by jim_thompson5910)
When finding the product, -2 0 1 4 3 2 -1 5 0 and -1 4 -2 0 -1 3 -2 0 -5... (answered by stanbon)
Solve the following questions: (a) Find curl of (xyz)i + (xy^2)j + (yz)k? (b) Find... (answered by ikleyn)
I am stuck on a project, and am desperate for help. My teacher denied me any help during... (answered by Edwin McCravy)
At a circus, the cost for tickets was $4 for all adults over 60 and $7 for all others.... (answered by josmiceli)
Hi! I'm in homeschooling and I've been having trouble with matrices. I asked a question... (answered by venugopalramana)