#9427: implement fricas integrator
-------------------------------------+-----------------------------
       Reporter:  whuss              |        Owner:  burcin
           Type:  enhancement        |       Status:  needs_work
       Priority:  major              |    Milestone:  sage-6.4
      Component:  symbolics          |   Resolution:
       Keywords:  integrate, fricas  |    Merged in:
        Authors:  Wilfried Huss      |    Reviewers:  Burcin Erocal
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
   Dependencies:                     |     Stopgaps:
-------------------------------------+-----------------------------

Comment (by vdelecroix):

 Replying to [comment:4 drkirkby]:
 > Is "algorithm" the most appropiate word here? To me, Fricas, Aximom,
 Maxima etc are software packages, not algorithms. They implement many
 differerent algorithms.
 >
 > I'm not a mathmatician, but certainly my mathematical training would
 never have suggested that Fricas was an algorithm.
 >
 > I would have thought something like
 >
 > {{{
 > integrate(f(x), x, use="fricas")
 > integrate(f(x), x, software="fricas")
 > integrate(f(x), x, method="fricas")
 > }}}
 >
 > would be better than
 >
 > {{{
 > integrate(f(x), x, algorithm="fricas")
 > }}}
 >
 > I don't claim any of my choices are optimal, but I think all of them are
 better than "algorithm".

 +1 for `use`, `software` or `library`
 Moreover, in some situation, when we call the software (fricas, maxima,
 ...) we might want to feed it with an option `algorithm`.

 Vincent

--
Ticket URL: <http://trac.sagemath.org/ticket/9427#comment:14>
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