Hi, I have successfully installed sympy in server and has gone through various mathematical operations and plots it is able to perform.
My goal is to have a web application (php) which will communicate with sympy to get the answers and graphs for various algebraic expressions. What I plan to do is 1. create a python script which will take the expression as a command line argument, execute it using sympy and return the result. 2. From php, call this python script and retrieve the result. I have succeeded in getting it worked except for graphs. But certainly, this are better ways of doing it . Could you please guide me on the approach I need to follow to get graphs and results in html format from sympy ? -- 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 http://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/920c1f86-8c5b-4c4d-9fce-d884978e22e8%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
