Differences
This shows you the differences between two versions of the page.
documentation:language_reference:objects:matrix:functions:exp [2018/09/25 12:14] – created Simon Heinze | documentation:language_reference:objects:matrix:functions:exp [2018/09/26 15:11] (current) – Added Code Example Simon Heinze | ||
---|---|---|---|
Line 7: | Line 7: | ||
===== Example ===== | ===== Example ===== | ||
- | |||
- | ### | ||
- | No example available yet. | ||
- | ### | ||
==== Input ==== | ==== Input ==== | ||
<code Quanty Example.Quanty> | <code Quanty Example.Quanty> | ||
- | -- some example code | + | M ={{-10,1}, |
+ | {1,0.3}} | ||
+ | print(Matrix.Exp(M)) | ||
</ | </ | ||
==== Result ==== | ==== Result ==== | ||
<file Quanty_Output> | <file Quanty_Output> | ||
- | text produced as output | + | { { 0.013665171949002 , 0.14163701011454 } , |
+ | { 0.14163701011454 , 1.4725263761288 } } | ||
</ | </ | ||