I'm trying to use sympy to expand matrix math into valid SQL code. SQL doesn't support ** of course, so I would like to expand terms like a**2 to a*a. In the general context of a CAS, this is a silly thing to do, so I haven't been able to locate a function that would do this (expand, replace, rewrite).
Is this possible? -- You received this message because you are subscribed to the Google Groups "sympy" group. To view this discussion on the web visit https://groups.google.com/d/msg/sympy/-/mTnzsoyEj1UJ. 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.
