[sympy] Re: expand option for factor behavior correct?

2010-05-29 Thread asmeurer
Also, more changes in the spirit of 8640bcd67d77287ecfb03c03688ea6f6f527c2db (from polys9) would definitely help with this. Aaron Meurer On May 29, 7:08 pm, "Aaron S. Meurer" wrote: > This should help with the ability to know what options are even available.   > The way it is right now, you have

Re: [sympy] Re: expand option for factor behavior correct?

2010-05-29 Thread Aaron S. Meurer
This should help with the ability to know what options are even available. The way it is right now, you have to read the source code to find out what kind of options can be passed to functions like factor() or Poly() (of course, we will still need docstrings with doctests to show what they actu

[sympy] Re: expand option for factor behavior correct?

2010-05-29 Thread Mateusz Paprocki
Hi, On Thu, May 27, 2010 at 03:55:25PM -0600, Aaron S. Meurer wrote: > expand() only expands the denominator when it gets the deep=True flag > (because it is inside a Pow, namely, -1). So I guess factor needs to know to > use that flag when it gets frac=True. > Good that this went out, becaus