why I can not get a numerical answer by show(integral(x^x,x,1,2))
show(integral(x^x,x,1,2))
You can use numerical_integral instead of integral
numerical_integral(x^x,1,2)
or explicitly order a numerical answer
integral(x^x,x,1,2).n()
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2016-11-18 03:34:19 +0100
Seen: 2,535 times
Last updated: Nov 18 '16
Strange behviour when trying to integrate gaussian function. bug?
How can I speed up symbolic function evaluation?
Maxima crashes on relatively simple integral
Variable type returned after integrating.
How can I Integrate the dirac_delta and heaviside functions in sage?
problem computing a numeric double integral
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.