Hey,
I have a problem. I want to evaluate the following matrix problem:
1 2 2
2 1 2 <-- this is the matrix, and i want to multiply it by itself for n number of times (so: matrix^n)
2 2 3
How will the new matrix look with the entire matrix in terms of n?
... ... ...
... ... ...
... ... ...
Kwahha
I have a problem. I want to evaluate the following matrix problem:
1 2 2
2 1 2 <-- this is the matrix, and i want to multiply it by itself for n number of times (so: matrix^n)
2 2 3
How will the new matrix look with the entire matrix in terms of n?
... ... ...
... ... ...
... ... ...
Kwahha