Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: Français - Português do Brasil - Japanese -
Scilab help >> Elementary Functions > exp

exp

element-wise exponential

Calling Sequence

exp(X)

Arguments

X

scalar,vector or matrix with real or complex entries.

Description

exp(X) is the (element-wise) exponential of the entries of X.

Examples

x=[1,2,3+%i];
log(exp(x))  //element-wise
2^x
exp(x*log(2))

See Also

  • coff — resolvent (cofactor method)
  • log — natural logarithm
  • expm — square matrix exponential

Comments


Add a comment:
Please login to comment this page.

<< diff Elementary Functions inttrap >>

Consortium Scilab (DIGITEO)
Scilab Enterprises

Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Oct 05 12:09:40 CEST 2011