[sympy] Re: Action verbs in sympy: user interface

2010-03-30 Thread Vinzent Steinberg
On Mar 30, 4:50 am, Brian Granger wrote: [...] > What do people think? > > Cheers, > > Brian The advantage of methods is that you can use them in sympy's case as some kind of user-defined operators. Consider the following example: (1) x + y + z This could also be written using methods (please n

[sympy] Re: Action verbs in sympy: user interface

2010-03-31 Thread smichr
One thing nice about the methods is that the user doesn't have to worry about importing them. -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to sy...@googlegroups.com. To unsubscribe from this group, send email to sy

[sympy] Re: Action verbs in sympy: user interface

2010-04-19 Thread Vinzent Steinberg
On Apr 7, 8:26 am, Brian Granger wrote: > Ok, I see that the Basic/Expr split has been merged, so I will work on > this stuff next week. A patch has been sent to the list and is currently under review. Vinzent -- You received this message because you are subscribed to the Google Groups "sympy

Re: [sympy] Re: Action verbs in sympy: user interface

2010-04-06 Thread Ondrej Certik
Hi, since there were no more comments, let's do the following: * take the global functions: simplify nsimplify *simp refine cancel invert expand_* apart collect separate together factor and add them as simple (3 lines) methods of Basic, together with automatically transferring the docs. * leav

Re: [sympy] Re: Action verbs in sympy: user interface

2010-04-06 Thread Brian Granger
Ondrej, On Tue, Apr 6, 2010 at 4:39 PM, Ondrej Certik wrote: > Hi, > > since there were no more comments, let's do the following: > > * take the global functions: > > simplify > nsimplify > *simp > refine > cancel > invert > expand_* > apart > collect > separate > together > factor > > and add