Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
documentation:language_reference:objects:matrix:functions:exp [2018/09/25 12:14] – created Simon Heinze | documentation:language_reference:objects:matrix:functions:exp [2024/12/12 16:53] (current) – Maurits W. Haverkort | ||
---|---|---|---|
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 } } | ||
</ | </ | ||
===== Table of contents ===== | ===== Table of contents ===== | ||
- | {{indexmenu> | + | {{indexmenu> |