HyperMath

Exp

Exp

Previous topic Next topic No expanding text in this topic  

Exp

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

The exponential.

Syntax

e = Exp(m)

Argument

Name

Description

 

m

A scalar, vector or a matrix.

Output

Name

Description

 

e

The exponential of each entry.

Example

Find the exponential of elements in a matrix:

 

Syntax

 

E = Exp([1,2;3,4])

 

Result

 

E = 2.7183  7.3891

   20.086  54.598

Comments

The argument values must be real.

See Also:

Log

Log10