Actually one can use as_explicit. I did not saw it in the documentations, only when I checked the code I found about it.
On 11 March 2012 21:14, [email protected] <[email protected]> wrote: > n [8]: i = ImmutableMatrix(eye(3)) > > In [9]: i**2 > Out[9]: > > 2 > ⎡1 0 0⎤ > ⎢ ⎥ > ⎢0 1 0⎥ > ⎢ ⎥ > ⎣0 0 1⎦ > > In [10]: _.doit() > TypeError > > Casting to Matrix does not work either. How to actually calculate the > product with Immutable matrices? -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
