I'm curious what the heuristic is, though, that requires this class of expressions. Sometimes people who deal with ODEs abuse (misuse) the term "algebraic".
Aaron Meurer On Tue, Jun 11, 2013 at 10:58 PM, Aaron Meurer <[email protected]> wrote: > is_rational_function could easily be extended to handle such cases > (one just needs to allow rational instead of integer exponents). > > Aaron Meurer > > On Tue, Jun 11, 2013 at 10:48 PM, Manoj Kumar > <[email protected]> wrote: >> >> >> >> On Wed, Jun 12, 2013 at 12:33 AM, Aaron Meurer <[email protected]> wrote: >>> >>> What do you mean by algebraic? There is is_polynomial or >>> is_rational_function. >>> >>> >>> >> I was referring to this, http://en.wikipedia.org/wiki/Algebraic_expression , >> is_Polynomial wouldn't work if I want to identify cases like sqrt(1 - x**2/1 >> + x**2) , so thats where I thought a function might come in handy. >> >> >> >> -- >> Regards, >> Manoj Kumar, >> Mech Undergrad. >> GSoC 2013, SymPy >> BPGC >> http://manojbits.wordpress.com >> >> -- >> 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-US. >> 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-US. For more options, visit https://groups.google.com/groups/opt_out.
