Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

Exponential

LabVIEW 8.5 Help
August 2007

NI Part Number:
371361D-01

»View Product Info

Computes the value of e raised to the x power, or the exponential of x.

Note  For very small values of x, the Exponential (Arg) -1 function is more accurate than using this function then subtracting 1 from the output.

The connector pane displays the default data types for this polymorphic function.

Details  Example

x can be a scalar number, array or cluster of numbers, array of clusters of numbers, and so on.
exp(x) is of the same numeric representation as x. When x is of the form x = a + bi, that is, when x is complex, the following equation defines the exponential exp(x):

exp(x) = exp(a)(cos(b)+i sin(b))

Exponential Details

If x is a matrix, this function computes the exponential of x. When you wire a matrix data type as an input to this function, a VI that includes subVIs that work with the matrix data type replaces the function. The resulting VI has the same icon but contains a matrix-specific algorithm. The node remains a VI if you disconnect the matrix from the input(s). Wire other data types as inputs to restore the original function. If you wire a data type to a function and that data type causes a basic math operation to fail, the function returns an empty matrix or NaN.

Refer to the Matrix Exp VI for more information.

Example

Refer to the Exponential VI in the labview\examples\general\functions\Mathematics\Elementary & Special Functions\Exponential Functions directory for an example of using the Exponential function.


Resources


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit