Manuals/calci/MATRIXSTRING
Jump to navigation
Jump to search
MATRIXSTRING (Matrix,ColumnSeparators,RowSeparators,MatrixCovers)
- is the set of values.
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle ColumnSeparators} is any string to separate the columns.
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle RowSeparators} is any string to separate the rows.
Description
- This function used to include some strings in to the row and column entries.
- In Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle MATRIXSTRING (Matrix,ColumnSeparators,RowSeparators,MatrixCovers)} ,Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Matrix} can be entries of matrix in any size.
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle ColumnSeparators} is any string to display in between column entries.
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle RowSeparators} 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#