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:flatten [2024/12/12 16:54] Maurits W. Haverkortdocumentation:language_reference:objects:matrix:functions:flatten [2024/12/12 17:45] (current) Maurits W. Haverkort
Line 29: Line 29:
  
 print("\n\n\n") print("\n\n\n")
-M = Matrix.Zero(3)+M = Matrix.Zero(3,{{"userdata",false}})
 M[1][1] = A M[1][1] = A
 M[1][2] = B M[1][2] = B
Print/export