Dear Waldek,

can you explain how to extract the respective formulas from the return value of Martin's and your guessing package?

====================
%%% (1) -> guess([factorial(4*n)/factorial(n)^4 for n in 1..10])

                              3           2
             n - 1   256 p    + 1152 p    + 1712 p   + 840
             ++-++        10          10          10
   (1)  [24   | |    -------------------------------------]
              | |             3        2
            p   = 0        p    + 6 p    + 12 p   + 8
             10             10       10        10
====================

(1) How can I manipulate the expression from (1), i.e.
    decompose it into its parts (operator, argument, numer, denom)?
(2) How do I get the rational function under the product?
(3) Can I give an option to guess so that the running variable
    is returned as k instead of p10?
(4) Is there a demo somewhere or a detailed descriptions also
    for the other guessing functions?

Thank you
Ralf

--
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 view this discussion visit 
https://groups.google.com/d/msgid/fricas-devel/e4d4171d-aa94-4ad9-bd03-d8d7e894b9ea%40hemmecke.org.
  • [fricas-devel] guessi... 'Ralf Hemmecke' via FriCAS - computer algebra system

Reply via email to