Actually the idea per se is not so bad but you would use a separate system
like PRESS:
http://dream.inf.ed.ac.uk/software/press/
This would need to be made a Sage package and be interfaced as usual.
Regards,.
--
You received this message because you are subscribed to the Google Groups
"sage-
On Tuesday, March 8, 2016 at 4:02:48 PM UTC+1, kcrisman wrote:
>
> sage: a,b = 2, 12
> sage: a,b = SR(a), SR(b)
> sage: a.add(b,hold=True)
> 14
>
> so I think this might be pretty hard unless one messed a lot with the
> internals (e.g. Pynac/Ginac).
>
Why not
sage: print '{0} + {1}'.format(a, b
>
>
>
> I'm an enthusiast user of SageMath, using sage for purpose doesn't satisfy
> me, so now I want to contribute in coming GSOC 2016.
> As you, all know that Sage have no functionality to prints all the steps
> that how this particular equation is solved. It gives
> the exact solution of a p