Re: Issue 2042 in sympy: Frac() object for rational function arithmetics

2013-07-11 Thread sympy
Updates: Status: WontFix Comment #10 on issue 2042 by matt...@gmail.com: Frac() object for rational function arithmetics http://code.google.com/p/sympy/issues/detail?id=2042 Frac() was never implemented. I'm going to mark this issue as WontFix, because I'm not going to extend Poly

Re: Issue 2042 in sympy: Frac() object for rational function arithmetics

2013-07-11 Thread sympy
Comment #11 on issue 2042 by asmeu...@gmail.com: Frac() object for rational function arithmetics http://code.google.com/p/sympy/issues/detail?id=2042 Can you write a little guide (in the docs, or even on the wiki): how to replace tuples of Poly with FracElement. I would particularly like

Re: Issue 2042 in sympy: Frac() object for rational function arithmetics

2011-06-11 Thread sympy
Updates: Labels: -Priority-Medium Priority-High Comment #6 on issue 2042 by asmeurer: Frac() object for rational function arithmetics http://code.google.com/p/sympy/issues/detail?id=2042 (No comment was entered for this change.) -- You received this message because you are

Re: Issue 2042 in sympy: Frac() object for rational function arithmetics

2011-06-02 Thread sympy
Comment #3 on issue 2042 by sherjilo...@gmail.com: Frac() object for rational function arithmetics http://code.google.com/p/sympy/issues/detail?id=2042 We should atleast implement a basic Frac object, even if its not as exhaustive as Polys, so that asmeurer and I can use it in our own

Re: Issue 2042 in sympy: Frac() object for rational function arithmetics

2011-06-02 Thread sympy
Comment #4 on issue 2042 by matt...@gmail.com: Frac() object for rational function arithmetics http://code.google.com/p/sympy/issues/detail?id=2042 In this issue we stated twice that Frac (or RationalFunction) should be based on DMF, which is a fairly complete low-level implementation of

Re: Issue 2042 in sympy: Frac() object for rational function arithmetics

2011-06-02 Thread sympy
Comment #5 on issue 2042 by asmeurer: Frac() object for rational function arithmetics http://code.google.com/p/sympy/issues/detail?id=2042 What is the residue representation? If Frac() is not written from the start to keep the numerator and denominator canceled, then it will be almost the

Re: Issue 2042 in sympy: Frac() object for rational function arithmetics

2010-08-30 Thread sympy
Comment #1 on issue 2042 by mattpap: Frac() object for rational function arithmetics http://code.google.com/p/sympy/issues/detail?id=2042 This is what I wanted to achieve, i.e. to have a model for rational functions similar to the model we have for polynomials: DMF (SMF) class for

Re: Issue 2042 in sympy: Frac() object for rational function arithmetics

2010-08-30 Thread sympy
Comment #2 on issue 2042 by asmeurer: Frac() object for rational function arithmetics http://code.google.com/p/sympy/issues/detail?id=2042 Even a simple implementation that can only do the basics like addition and multiplication would be useful, because I could replace my tuple model with

Issue 2042 in sympy: Frac() object for rational function arithmetics

2010-08-29 Thread sympy
Status: Accepted Owner: asmeurer CC: mattpap Labels: Type-Enhancement Priority-Medium Polynomial New issue 2042 by asmeurer: Frac() object for rational function arithmetics http://code.google.com/p/sympy/issues/detail?id=2042 I've been thinking about this for a while now, so I figured I would