>
> M1=Matrix([[1,2],[3,4]]) 
>
> import scipy 
> M2=scipy.matrix(M1) 
>
> import mpmath as mp 
> M3=mp.matrix(M1) 
>
> --> 
>
> TypeError: could not interpret given arguments 
>
> Is there some reason why mpmath matrix constructor can not use "normal" 
> matrix of Sage as input just like scipy does? 
>
>
It's more surprising to me that Scipy can eat a Sage matrix, actually. 
 Fredrik, any thoughts? 

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to