Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
documentation:language_reference:objects:matrix:functions:rotate [2024/12/12 18:02] Maurits W. Haverkortdocumentation:language_reference:objects:matrix:functions:rotate [2024/12/12 18:03] (current) Maurits W. Haverkort
Line 11: Line 11:
 ==== Input ==== ==== Input ====
 <code Quanty Example.Quanty> <code Quanty Example.Quanty>
-M = Matrix.New({{1,I,2,I}, +M = Matrix.New({{ 1, I, 2, I}, 
-                {-I,1,I,2}, +                {-I, 1, I, 2}, 
-                {2,-I,4,I}, +                { 2,-I, 4, I}, 
-                {-I,2,-I,4}})+                {-I, 2,-I, 4}})
 val, fun = Matrix.Eigensystem(M) val, fun = Matrix.Eigensystem(M)
  
Print/export