https://github.com/oldk1332/fricas/commit/a7e1be2d9bbf176d8b97aa0e4d8d382417ada1b6.patch

====

Futhermore, I want to remove the "global type declaration"
of a,b,r,n in PartialFraction, opinions?

====

After this patch, some examples:

(1) -> partialFraction(1/18)

        1    4
   (1)  ─ - ──
        2    2
            3
                                               Type: PartialFraction(Integer)
(2) -> x := monomial(1,1)$SUP FRAC INT

   (2)  ?
                          Type: SparseUnivariatePolynomial(Fraction(Integer))
(3) -> f := 1/(x^3+x)

           1
   (3)  ──────
         3
        ?  + ?
                Type: Fraction(SparseUnivariatePolynomial(Fraction(Integer)))
(4) -> partialFraction f

        1      ?
   (4)  ─ - ──────
        ?    2
            ?  + 1
         Type: PartialFraction(SparseUnivariatePolynomial(Fraction(Integer)))

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to fricas-devel+unsubscr...@googlegroups.com.
To post to this group, send email to fricas-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to