Difference between revisions of "Manuals/calci/MATRIXSTRING"
Jump to navigation
Jump to search
(Created page with "<div style="font-size:30px">'''MATRIXSTRING (Matrix,ColumnSeparators,RowSeparators,MatrixCovers)'''</div><br/> *<math>Matrix</math> is the set of values. *<math>ColumnSeparato...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 14: | Line 14: | ||
==Examples== | ==Examples== | ||
#MATRIXSTRING([[2,3,4],[9,8,7]],"&","%") = &2&&3&&4&&9&&8&&7& | #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# |
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|v=SP-YJe7Vldo|280|center|Complex Numbers}} | ||
==See Also== | ==See Also== |
Latest revision as of 14:24, 22 April 2019
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#