Clara
2011-05-28 19:17:17 UTC
I'm a little bit confused with Algorithm C.
Do we need to implement the matrix multiplication?
or is there (import...) that we can use?
Also, in which way does the recursive definition explained in the
assignment help?
For example,
if we were to do x^4,
doing matrix multiplication of x*x*x*x* seems to take the same number
of multiplication steps as x^2 * x^2.
Thank you very much.
Do we need to implement the matrix multiplication?
or is there (import...) that we can use?
Also, in which way does the recursive definition explained in the
assignment help?
For example,
if we were to do x^4,
doing matrix multiplication of x*x*x*x* seems to take the same number
of multiplication steps as x^2 * x^2.
Thank you very much.