I particularly like the possibilities introduced in the symbolic module documentation. Especially support for black-box functions inside expressions, references to arbitrary user data, user-defined functions, and vector variables.
I'm trying to understand more about what I can do with the symbolic module, or the module plus sympy. Besides using eval or evalf are there features for creating systems of equations from user expressions entered or read as strings, like Sympy's sympify and Eq? Also, an equivalent to Sympy's nsolve for solving the system of equations, ideally one which allows use of arbitrary functions/objects in expressions.
The docs are pretty good but I would love to be able to look through more examples of general application of the symbolic module.
Thanks for any insights.