-- 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.
What is the simplest way of converting a sympy expression (formula) to a
standard python expression for the purpose of evaluation using tools
such as numpy. That is convert all the sympy variables and functions to
python variables and functions similar to fcode and ccode, but for
python and doing it within the program as opposed to writing to a file
(printing).
- [sympy] Convert sympy expression to standard py... Alan Bromborsky
