Re: generate all possible math expr of one term

2008-05-15 Thread Jon Harrop
[EMAIL PROTECTED] wrote: > Here's a example of Expressiveness of a Language. > > The following is Mathematica code that generates all possible > equations of one term involving trig function. (tweak the funList and > nesting level to define what ?all possible? means. if nesting level is > 2, it ta

Re: generate all possible math expr of one term

2008-05-14 Thread Lew
[EMAIL PROTECTED] wrote: —Xah Lee, 2005 Blah, blah, blah. Plonk. -- Lew -- http://mail.python.org/mailman/listinfo/python-list

generate all possible math expr of one term

2008-05-14 Thread [EMAIL PROTECTED]
Here's a example of Expressiveness of a Language. The following is Mathematica code that generates all possible equations of one term involving trig function. (tweak the funList and nesting level to define what “all possible” means. if nesting level is 2, it takes about 20 minutes and returns a li