#13268: Proposal of a DifferentialAlgebra package, relying on the C BLAD 
libraries
-------------------------------------+-------------------------------------
       Reporter:  boulier            |        Owner:  boulier
           Type:  enhancement        |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-5.12
      Component:  packages:          |   Resolution:
  optional                           |    Merged in:
       Keywords:  package,           |    Reviewers:  Charles Bouillaguet,
  differential algebra, elimination  |  Karl-Dieter Crisman
  theory                             |  Work issues:
        Authors:  Nicolas M.         |       Commit:
  Thiéry, François Boulier, Charles  |     Stopgaps:
  Bouillaguet                        |
Report Upstream:  N/A                |
         Branch:                     |
   Dependencies:                     |
-------------------------------------+-------------------------------------

Comment (by vbraun):

 I'm a bit confused by the code... the !DifferentialRing isn't really a
 ring in the Sage sense (with elements that have ring operations). Am I
 missing something? The starting point should be a proper differential
 algebra ring, e.g.
 {{{
 sage: R = DifferentialRing(vars=['x'], functions=['f'])
 sage: x = R.var(0)
 sage: f = R.function(0)
 sage: (2*x*f).parent() is R
 True
 }}}
 and perhaps slightly extend the preparser to allow
 {{{
 sage: R.<f(x)> = DifferentialRing()
 }}}

--
Ticket URL: <http://trac.sagemath.org/ticket/13268#comment:16>
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/groups/opt_out.

Reply via email to