Manuals/calci/MATRIXSTRING
Jump to navigation
Jump to search
MATRIXSTRING (Matrix,ColumnSeparators,RowSeparators,MatrixCovers)
- is the set of values.
- is any string to separate the columns.
- is any string to separate the rows.
Description
- This function used to include some strings in to the row and column entries.
- In , can be entries of matrix in any size.
- is any string to display in between column entries.
- is any string to display in between row entries.
- This function is used to separate the row entries and column entries with the different string.
- So it is used to make the difference between row entries and column entries.
Examples
- MATRIXSTRING([[2,3,4],[9,8,7]],"&","%") = &2&&3&&4&&9&&8&&7&
- MATRIXSTRING([[2,17,23,76],[-91,8.5,2/3,9/8],[3,8,16,83,90],[10,20,30,40]],"#","!") = #2##17##23##76##-91##8.5##0.6666666666666666##1.125##3##8##16##83##90##10##20##30##40#