Manuals/calci/MATRIXAPPENDROWS
Jump to navigation
Jump to search
MATRIXAPPENDROWS (a,b)
- 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 a } and 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 b} are any two matrices.
Description
- This function is adding the rows of the two matrices.
- 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 MATRIXAPPENDROWS(a,b)} ,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 a} and 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 b} are any two matrices.
- This function used to join the rows of the 1st matrix to the second matrix.
- Here rows of the 1st matrix and 2nd matrix can be same.
- Suppose row of the 1st matrix is greater than the 2nd matrix then it will display all rows values.
- Suppose row of the 1st matrix is less than the 2nd matrix then it will ignore additional row of the 2nd matrix.
- Also this will join remaining rows of 1st matrix and 2nd matrix.
Examples
1. MATRIXAPPENDROWS([2,3;4,5],[8,7;9,3])
| 2 | 3 | 8 | 7 |
| 4 | 5 | 9 | 3 |
2. MATRIXAPPENDROWS([[14,12],[13,15],[8,9]],[[7,9,4],[10,12,13]])
| 14 | 12 | 7 | 9 | 4 |
| 13 | 15 | 10 | 12 | 13 |
| 8 | 9 | null |
References
References