#10955: Get Maxima to easily accept flag values
-------------------------------------------------+-------------------------
       Reporter:  kcrisman                       |        Owner:  burcin
           Type:  defect                         |       Status:  new
       Priority:  minor                          |    Milestone:
      Component:  calculus                       |   Resolution:
       Keywords:  maxima, calculus, flag,        |    Merged in:
  radexpand                                      |    Reviewers:
        Authors:                                 |  Work issues:
Report Upstream:  N/A                            |       Commit:
         Branch:                                 |     Stopgaps:
   Dependencies:                                 |
-------------------------------------------------+-------------------------

Comment (by nbruin):

 Works for me on some flavour of 5.13.beta0
 {{{
 sage: integrate(sqrt(1/x^2+x),x)
 integrate(sqrt(x + 1/x^2), x)
 sage: sage.calculus.calculus.maxima('radexpand:all')
 all
 sage: integrate(sqrt(1/x^2+x),x)
 2/3*sqrt(x^3 + 1) - 1/3*log(sqrt(x^3 + 1) + 1) + 1/3*log(sqrt(x^3 + 1) -
 1)
 }}}
 I didn't check if the answer makes sense, but at least setting the flag
 has effect.

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