I get the point of preprocessing, but when would you ever want prep=False? It seems like all it is good for is internal usage (which means it shouldn't be on dsolve, but rather on the internal functions).
Aaron Meurer On Fri, Feb 22, 2013 at 5:14 PM, Chris Smith <[email protected]> wrote: > On Sat, Feb 23, 2013 at 5:46 AM, Aaron Meurer <[email protected]> wrote: >> I don't understand what this prep flag to dsolve does (other than give >> wrong results, as you've identified). This must have been something >> Chris added. When is it useful to have prep=False? > > > pertinent commits are at and near ebf09bb20b2d72fe57ad3cbf8525081f0379bdcb > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sympy?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
