#Proof by induction, matrices
1 messages · Page 1 of 1 (latest)
This question is not simple to solve 💀 it's not powers of 3. I don't think I can do it right now
I mean I have a formula i just can't write at the moment
Maybe there's a simpler way. I doubt it
Until then notice that your matrix is the sum of $I_2$ and a matrix with all 1's, and the latter one is simple enough to calculate the powers of it
Pyrodynamic
Where $I_2$ is the 2 by 2 identity matrix. Since any matrix commutes with the identity, we can use the binomial formula to compute $A^n$. However you need to be careful with it and you need to calculate a sum of binomial coefficients that is not trivial
Refer to this if you can find it https://math.stackexchange.com/questions/1566506/sum-of-binomial-coefficients-multiplied-by-k2
Hopefully I'll be back later to piece this together but I've given you the ends of the string
Pyrodynamic
jessicajones7010
You can break the matrix A into a matrix with only 1's (which I will cal B) and the identity matrix
So A^n = (B+I_2)^n
You can expand this into
Sigma i from 0 to n of B^i * (n choose i) ( the (I_2)^n-i doesn't matter as it is always I_2 )
Now you just need to study the powers of the matrix B
Which is not hard to prove using induction that B^n is a matrix with 2^(n-1) everywhere
Oh