4 Oct
2012
4 Oct
'12
1:38 p.m.
On 10/04/2012 03:28 PM, Rob Conde wrote:
Say I have an equation that is a function of x and y...can I use odeint to integrate this function over a 2-d region (i.e. a square or a circle, etc.)? If so, are there any examples of this?
I don't think this is possible. This sound like integration of a known function. Odeint is devoted to solve ordinary differential equations. Karsten