When I try something like
integral_numerical(bessel_I(0, x), (x, 0, 1))
I get
TypeError: Cannot evaluate symbolic expression to a numeric value.
So my question is: how to integrate numerically special functions?
| 1 | initial version |
When I try something like
integral_numerical(bessel_I(0, x), (x, 0, 1))
I get
TypeError: Cannot evaluate symbolic expression to a numeric value.
So my question is: how to integrate numerically special functions?
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.