4
0
I need to raise a matrix to a large power (say 200), and I can't use VBA because it is for a final user whose IT doesn't allow macros to run.
Also since the power is large, it won't suffice to write an extremely large formula like:
=MMULT(m,MMULT(m,MMULT(m..... )))
Where m is the range of my matrix.
Is there a way to do this without resorting to VBA?
I've looked around, and so far it seems the answer is no.
That's odd, but I tried to perfectly replicate your sheet but it won't work ! Doest the parameter Maximum Change in Enable Iterative Calculations actually matters for something ? it is set to 0.001 right now. – Pedro Mattos – 2015-08-07T19:14:18.370
At least for my example it should work with the default setting (0.001). What happens in your sheet? – Máté Juhász – 2015-08-08T18:28:06.557
It's all zeros! – Pedro Mattos – 2015-08-08T18:32:13.103
The answer I mean – Pedro Mattos – 2015-08-08T18:32:29.713
1I've upgraded my answer, please have a look on it. If it still doesn't work, than I'll upload a sample file which works. – Máté Juhász – 2015-08-10T06:54:17.423