Difference between revisions of "Manuals/calci/MATRIXSTRING"

From ZCubes Wiki
Jump to navigation Jump to search
 
Line 15: Line 15:
 
#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#
 
#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 15: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

  1. MATRIXSTRING([[2,3,4],[9,8,7]],"&","%") = &2&&3&&4&&9&&8&&7&
  2. 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

Complex Numbers

See Also

References