#16008: inclusion of the ore_algebra within Sage
-------------------------------------+-------------------------------------
Reporter: zimmerma | Owner:
Type: enhancement | Status: positive_review
Priority: major | Milestone: sage-6.2
Component: packages: | Resolution:
optional | Merged in:
Keywords: gfun Mgfun Ore | Reviewers: Marc Mezzarobba, Ralf
guessing | Stephan
Authors: | Work issues:
Report Upstream: N/A | Commit:
Branch: | Stopgaps:
Dependencies: |
-------------------------------------+-------------------------------------
Changes (by vbraun):
* cc: schilly (added)
* commit: 002e19f65ba5ccc0a3cc3b92000028d5522324b6 =>
* branch: u/rws/inclusion_of_the_ore_algebra_within_sage =>
Old description:
> 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
> }}}
New description:
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
}}}
New optional spkg:
http://www.risc.jku.at/research/combinat/software/ore_algebra/ore_algebra-0.1.spkg
--
Comment:
Harald: can you mirror it?
--
Ticket URL: <http://trac.sagemath.org/ticket/16008#comment:18>
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.