 |
|
List Archives > 
Maple User Group List Archive > 
Archive by date > 
This Month By Date > 
This Month By Topic
[MUG] multiple integral with procedure (please ignore first one)
| [MUG] multiple integral with procedure (please ignore first one) |
|
Author: Max Bian
Posted: Wed, 8 Jan 2003 15:55:20 -0800 (
|
>> From: Max Bian "zbian"
Hello maple-list!
This is my first post and I am hoping for a quick help.
I need to do a numerical integral over a procedure with two parameters.
This shouldn't be too hard as I had figured:
evalf(Int(Int(`Flux2`(r,p,d,func)*r, r=0..5), p=0..2*Pi));
and "Flux2" is a procedure.
However I get problem if the procedure includes boolean evaluations
such as:
If r>2 then do
...
end do:
I always get error saying that "cannot evaluate boolean...".
How do I get around this?
Thank you!
Max
|
[View Complete Thread]
Previous by date: [MUG] File Version 4 with Maple version 5.1?, Jean-Pierre SEIMAN
Next by date: [MUG] Maple startup options?, Maple
Previous thread: [MUG] New Maple packages, Shklyaev
Next thread: [MUG] Maple startup options?, Maple
|
|
|