MATLAB Function Reference
  Go to function:
    Search    Help Desk 
exp    See Also

Exponential

Syntax

Description

The exp function is an elementary function that operates element-wise on arrays. Its domain includes complex numbers.

Y = exp(X) returns the exponential for each element of X. For complex
z = x + i*y, it returns the complex exponential: .

Remark

Use expm for matrix exponentials.

See Also

expm        Matrix exponential

log         Natural logarithm

log10       Common (base 10) logarithm

expint      Exponential integral



[ Previous | Help Desk | Next ]