Jun 25, 2015 at 8:18am UTC
hello,
i want to initialize a 2x2 matrix with complex numbers but i don't know how i can !
thanks in advance
Jun 25, 2015 at 8:23am UTC
What exactly is the problem?
To create 2x2 matrix?
Or to create a complex number?
Jun 25, 2015 at 8:46am UTC
i created 4 complex numbers, but i want to fill them in a matrix 2x2
Jun 25, 2015 at 9:19am UTC
and if i want to calculate this matrix power N ?
Jun 25, 2015 at 9:45am UTC
i know how to calculate a matrix product but when i put for example M[2][2]*N[2][2], he tell me that i can't use the operator "*" between matrices.
Jun 25, 2015 at 9:50am UTC
Last edited on Jun 25, 2015 at 10:06am UTC
Jun 26, 2015 at 8:32am UTC
hello;
I did the product of two matrix 2x2 but i don't know how i can calculate a matrix power N. Do u have any idea about this problem ?
Thank you
Jun 26, 2015 at 8:43am UTC
I made an example how to do that. Just continue to multiply resulting matrix by original. N times.