Jun 24, 2011 ... The same is true for __mul__ and Mul. So in sin(x)**2 + 2*sin(x) + 1, sin(x) creates a sin object (when it is called). This reduces to. sin(x) ...
The same happens with the indefinite integral and the exact definite ... sin(x) + 1), x, -3.1415, 3.1415) sage-5.0.beta1: integrate(log(4/5*sin(x) + 1) ...
Apr 7, 2012 ... "sin(x)/cos(x)-1==0". Is this a bug or is it covered somewhere ... 1) find Maxima commands that would do the same thing (you'll have to ...
Both fraction and as_numer_denom return (2x+2, sin(x)+1) for expression 2(x+1)/(sin(x)+1), i.e. they rewrite numerator and denominator. I suggest simple fix ...
Sep 10, 2009 ... Some solutions will be lost. %pi (%o9) [x = ---] 2 (%i10) solve([sin(x)=1,y=1]); ... even for the same ones, when the most recent threads ...
Oct 28, 2011 ... I've recently tried Mathematica 8.0.1, and I've found that it's unable to compute Solve[x^3*Sin[x]==1,x] (and the same with NSolve), ...
With this convention we can handle limits like 1/x*sin(x) as x-> infinity ... I see now that the two versions do behave the same when the mode is the same.
Aug 11, 2002 ... Good luck with a function like 1 + Sin[x], which has infinitely many roots but never changes sign! Or Sin[1/x], which has infinitely many ...
pi... >>> sy.mpmath.taylor(sy.sin,np.pi,1). [mpf('0.0'), mpf ... I think the resulting function should respond with an array of the same shape as the input array.
Mar 16, 2015 ... plot (x/4)**2, sin(x), 1/x. So I would not expect the interface to do ... They both look the same. $ gnuplot gnuplot> x=5 gnuplot> plot ...
Integration is one of the functions where Sage can already be used as a back-end instead of SymPy: SageIntegrate[Sin[x]*Cos[x+1],x] runs faster and gives a more ...
Plot[{ArcSin[x], series2}, {x, -1, 1.}, PlotStyle -> {RGBColor[0, 0, 1], RGBColor[1, 0, 0]}];. Both x and Pi-x have the same Sin. Plot[Sin[x], {x, 0, 2Pi}];.