Dear All,

I have a use case where I need something lighter weight than the whole of 
Sagemath. I think SymPy + the ability to handle math on symbolic equations 
as Sagemath does it might be enough. Thus I wanted to see if I could 
extract from Sagemath the code supporting math on symbolic expressions and 
overlay that on SymPy or at least use that as a template. Can somebody 
please point me to the place to start looking in the codebase?

To make sure people understand what I am interested in, here is a simple 
example of the ability I would like to extract:
>>>eq1 = p*V==n*R*T
>>>eq1
p*V=n*R*T
>>>eq2=eq1/V
>>>eq2
p=n*R*T/V

Thanks,
Jonathan

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/f24a5e67-e4de-4f38-8b6b-241b4d91a385%40googlegroups.com.

Reply via email to