Home > freetb4matlab > integration > gquadnd.m

gquadnd

PURPOSE ^

SYNOPSIS ^

function nvol = gquadnd (fun,lowerlim,upperlim,nquad)

DESCRIPTION ^

error:  nvol = gquadnd (fun,lowerlim,upperlim,nquad);
    n    -- number of dimensions to integrate
    nvol    -- value of the n-dimensional integral
    fun    -- fun(x) (function to be integrated) in this case treat
                  all the different values of x as different variables
                  as opposed to different instances of the same variable
    x    -- n length vector of coordinates
    lowerlim-- n length vector of lower limits of integration
    upperlim-- n length vector of upper limits of integration
    nquad    -- n length vector of number of gauss points 
           in each integration

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003