#16008: inclusion of the ore_algebra within Sage
---------------------------+-------------------------------------------
   Reporter:  zimmerma     |            Owner:
       Type:  enhancement  |           Status:  new
   Priority:  major        |        Milestone:  sage-6.2
  Component:  algebra      |         Keywords:  gfun Mgfun Ore guessing
  Merged in:               |          Authors:
  Reviewers:               |  Report Upstream:  N/A
Work issues:               |           Branch:
     Commit:               |     Dependencies:
   Stopgaps:               |
---------------------------+-------------------------------------------
 the group of Manuel Kauers at RISC develops the {{{ore_algebra}}} package
 (http://www.risc.jku.at/research/combinat/software/ore_algebra/index.php)
 which is similar to the
 Maple gfun package (but more powerful since it works in more general
 rings), and will be extended to
 the multivariate case. A small example with version 0.1:
 {{{
   sage: from ore_algebra import *
   sage: R.<x> = QQ[]; A.<Dx> = OreAlgebra(R)
   sage: deq = guess([1,1,2,3,5,8,13,21],A)
   sage: deq
   (x^2 + x - 1)*Dx + 2*x + 1
   sage: rec = A(deq).to_S(A2)
   sage: rec
   (-n - 2)*Sn^2 + (n + 2)*Sn + n + 2
 }}}

--
Ticket URL: <http://trac.sagemath.org/ticket/16008>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" 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/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to