Changes between Version 72 and Version 73 of PyBc/Session07
- Timestamp:
- 01/13/10 13:17:02 (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PyBc/Session07
v72 v73 179 179 180 180 === Integration Example: 2D === 181 Two dimensional integrations follows similarly to the 1D case. However, now we need to use the {{{d lbquad( f(y,x), ...)}}} function instead of simply {{{quad( f(x), ...)}}}. Because a picture is worth 10^3^ words, !SciPy computes the right-hand side of the following equation:181 Two dimensional integrations follows similarly to the 1D case. However, now we need to use the {{{dblquad( f(y,x), ...)}}} function instead of simply {{{quad( f(x), ...)}}}. Because a picture is worth 10^3^ words, !SciPy computes the right-hand side of the following equation: 182 182 183 183 [[Image(dblquad.gif)]]
![(please configure the [header_logo] section in trac.ini)](/cgi-bin/hackerwithin.fcgi/chrome/site/thwlogo-small.png)