![]() |
sponsored links |
|
|
sponsored links
|
|
|
10
28th December 08:37
External User
Posts: 1
|
As you were told before, neither of these is the way to do numerical
integration. evalf(Int(...)) is. In general, Maple does not check functions for subscripts. So pick your typical function f, enter f[foo](bar), and if f(bar) returns some result (rather than returning unevaluated), f[foo](bar) will probably return the same result. The main exceptions: 1) functions whose calling sequence can include a subscript. 2) results returned via a remember table: f[foo] and f will have separate remember tables. Robert Israel israel@math.ubc.ca Department of Mathematics http://www.math.ubc.ca/~israel University of British Columbia Vancouver, BC, Canada V6T 1Z2 |
|