Changes

Jump to navigation Jump to search
Created page with "<div style="font-size:30px">'''MATRIXSCALAREXP (a) '''</div><br/> *<math> a</math> is any matrix. ==Description== *This function gives the e raised to the power of the each n..."
<div style="font-size:30px">'''MATRIXSCALAREXP (a) '''</div><br/>
*<math> a</math> is any matrix.

==Description==
*This function gives the e raised to the power of the each number in the given matrix.
*In <math>MATRIXSCALAREXP (a)</math>,<math>a</math> is any matrix of any order.
*In that <math>EXP(x)<math>, where x represents the exponent of e or <math>e^x</math>.
*The approximate value of the constant e=2.718281828459045 and it is equal to <math>e^x</math> or <math>EXP(1)</math>.
*It is the base of natural logarithm.
*It can be calculate the sum of infinite series: <math>e=1+\frac{1}{1}+\frac{1}{1.2}+\frac{1}{1.2.3}+\frac{1}{1.2.3.4} +...</math>
*To find EXP of the matrix, simply calculate the EXP of all the entries in the given matrix.
*For example MATRIXSCALAREXP([2,3;4,5]),it will calculate Exp(2),Exp(3),Exp(4) and Exp(5).

==Examples==
1. MATRIXSCALAREXP([[6,9,12],[43,16,-17],[3,8,10]])
{| class="wikitable"
|-
| 403.428793492735 || 8103.0839275753815 || 162754.79141900386
|-
| 4727839468229338000 || 8886110.520507867 || 4.1399377187851695e-8
|-
| 20.085536923187664|| 2980.9579870417274 || 22026.465794806707
|}
2. MATRIXSCALAREXP([[98,7],[3.2,-12]])
{| class="wikitable"
|-
| 3.6379709476087905e+42 || 1096.6331584284583
|-
| 24.53253019710935 ||0.000006144212353328212|
|}

==See Also==
*[[Manuals/calci/EXP | EXP]]
*[[Manuals/calci/MATRIXADD | MATRIXADD]]
*[[Manuals/calci/MATRIXDIVIDE | MATRIXDIVIDE]]

==References==
[http://en.wikipedia.org/wiki/Exponential_function Exponential function]



*[[Z_API_Functions | List of Main Z Functions]]

*[[ Z3 | Z3 home ]]
writer
6,694

edits

Navigation menu