https://github.com/fricas/fricas/commit/9b62873dfb986f9b5f909254f31a0f4fa2b05421.patch

fix symFunc to match its document
fix TANEXP which depends on symFunc


I didn't find a proof or a webpage containing the
algorithm/equation used by fricas, which I would
like to add such a link into comment.

The proof is not obvious, but if you compare
tanNa(x,8) and symFunc(x,8), you'll understand
the code:

(14) -> tanNa(x,8)

               7      5      3
           - 8x  + 56x  - 56x  + 8x
   (14)  ───────────────────────────
          8      6      4      2
         x  - 28x  + 70x  - 28x  + 1
                                          Type: 
Fraction(Polynomial(Integer))
(15) -> symFunc(x,8)

                2    3    4    5    6   7  8
   (15)  [8x,28x ,56x ,70x ,56x ,28x ,8x ,x ]
                                            Type: 
Vector(Polynomial(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