15 Dec
2003
15 Dec
'03
3:25 p.m.
Hello, Expanding an expression by calling the .expand() method is obsoleted by the now preferred method of the so-called "repeated reciprocal". You want to expand a*(a+b)? Here is how this is done nowadays. ex test = a*(a+b) ex expanded_test = 1/(1/test) Then again, maybe this was not the idea. A patch that is supposed to remove this feature from GiNaC is attached. Have a nice day, Chris
16 Dec
16 Dec
4 p.m.
Hi! On Mon, Dec 15, 2003 at 02:25:21PM +0000, Chris Dams wrote:
A patch that is supposed to remove this feature from GiNaC is attached.
Thanks! Bye, Christian -- / Physics is an algorithm \/ http://www.uni-mainz.de/~bauec002/
7866
Age (days ago)
7867
Last active (days ago)
1 comments
2 participants
participants (2)
-
Chris Dams
-
Christian Bauer