Differences

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

Link to this comparison view

Next revisionBoth sides next revision
documentation:language_reference:objects:matrix:functions:flatten [2018/08/06 11:49] – created Simon Heinzedocumentation:language_reference:objects:matrix:functions:flatten [2018/08/06 11:53] – added reference to Matrix.Zero Simon Heinze
Line 14: Line 14:
 where $A,B,C,D$ are all matrices. where $A,B,C,D$ are all matrices.
  
-If an entry of the input matrix $M$ is $0$ instead of a matrix, Quanty will interpret this as a zero-matrix of appropriate size. A complete line of zeros will be deleted.+If an entry of the input matrix $M$ is $0$ instead of a matrix, Quanty will interpret this as a zero-matrix of appropriate size, which makes creating sparse block-matrices especially easy in conjunction with //[[documentation:language_reference:objects:matrix:functions:zero|Matrix.Zero()]]//. A complete line or column of zeros will be deleted.
  
 ===== Example ===== ===== Example =====
Print/export