UrbanXrisis
- 1,192
- 1
I was just wondering if there is a way to show, using variables, this:
say:
A = \left(\begin{array}{cc}a&b \\ c&d \end{array}\right)
A^n
I was wondering if there is any way to show A^n as a formula of entries? just curious..
A^2=A = \left(\begin{array}{cc}aa+cb&ab+bd \\ ca+cd&bc+dd \end{array}\right)
the next entry for a is a^3+cab+bca+cdb which has nothing to do with the previous matrix... is there a theme to all this?
say:
A = \left(\begin{array}{cc}a&b \\ c&d \end{array}\right)
A^n
I was wondering if there is any way to show A^n as a formula of entries? just curious..
A^2=A = \left(\begin{array}{cc}aa+cb&ab+bd \\ ca+cd&bc+dd \end{array}\right)
the next entry for a is a^3+cab+bca+cdb which has nothing to do with the previous matrix... is there a theme to all this?
Last edited: