Let's say I have a matrix M in the SymPy Matrix class, how may I create a Numpy array variable that takes the same values as in M?
I tried np.array(M). But its dtype=Object which is strange and I am not sure what does it mean. Any idea would be extremely helpful! Thanks! -- You received this message because you are subscribed to the Google Groups "sympy" 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 https://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/baf3cffc-c2d6-477e-b8f5-5eef71a9f886%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
