3D Numeric Integration VI
- Updated2025-03-14
- 3 minute(s) read
3D Numeric Integration VI
Performs numeric integration on the Input Array using one of four popular numeric integration methods.
Wire data to the Input Array input to determine the polymorphic instance to use or manually select the instance.

Inputs/Outputs
![]() Input Array contains the data to be integrated, which is obtained from sampling an integrand f(x, y, z) at multiples of dx, dy, and dz, that is, f(0, 0, 0), f(dx, 0, 0), f(0, dy, 0), f(0, 0, dz), f(dx, dy, dz),.... ![]() interval size contains the interval sizes dx, dy, and dz.
![]() integration method specifies the method to use to perform the numeric integration.
![]() result returns the numeric integral. ![]() error returns any error or warning from the VI. You can wire error to the Error Cluster From Error Code VI to convert the error code or warning into an error cluster. |
The x values you wire to this VI must be evenly spaced, or result is incorrect. If the values are not evenly spaced, you can use the Uneven Numeric Integration VI to compute the integral.
3D Numeric Integration
To perform the 3D numeric integration of

this VI applies 1D numeric integration over x, y, and z, in sequence, as shown by the following equations:


