Changes between Version 72 and Version 73 of PyBc/Session07

Show
Ignore:
Timestamp:
01/13/10 13:17:02 (8 months ago)
Author:
katyhuff (IP: 72.33.131.81)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PyBc/Session07

    v72 v73  
    179179 
    180180=== Integration Example: 2D === 
    181 Two dimensional integrations follows similarly to the 1D case.  However, now we need to use the {{{dlbquad( 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: 
     181Two 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: 
    182182 
    183183[[Image(dblquad.gif)]]