Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| documentation:language_reference:objects:matrix:functions:rotate [2024/12/12 18:02] – Maurits W. Haverkort | documentation:language_reference:objects:matrix:functions:rotate [2025/11/20 04:20] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 11: | Line 11: | ||
| ==== Input ==== | ==== Input ==== | ||
| <code Quanty Example.Quanty> | <code Quanty Example.Quanty> | ||
| - | M = Matrix.New({{1, | + | M = Matrix.New({{ 1, I, 2, I}, |
| - | {-I, | + | {-I, 1, I, 2}, |
| - | {2, | + | { 2,-I, 4, I}, |
| - | {-I, | + | {-I, 2,-I, 4}}) |
| val, fun = Matrix.Eigensystem(M) | val, fun = Matrix.Eigensystem(M) | ||