how to make step by step solving system from sympy
6 views
Skip to first unread message
Jurgis Pralgauskis
unread,
Jun 24, 2009, 12:39:17 PM6/24/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sympy
hello,
I'd like to utilize sympy for secondary school problem solving
stepbystep way
with each action explained.
maple student package has sth similar, I heard
i mostly use sympy to detect (match) the structure of given problem
and subs for some manipulation...
might be better approaches are available -- any suggestions?
Ondrej Certik
unread,
Jun 24, 2009, 3:58:05 PM6/24/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sy...@googlegroups.com
I would do it the same way.
Btw, is the automatic symplifications that sympy is doing (like x+x -> 2*x) ok for high school? I think it is, sympy is not doing any magic, just collects terms for you.