Difference between revisions of "Manuals/calci/MATRIXCOPY"
Jump to navigation
Jump to search
(Created page with "<div style="font-size:30px">'''MATRIXCOPY (a) '''</div><br/> *<math>a</math> can be any set of values. ==Description== *This function used to repeat copy of an array. *Matrix...") |
|||
| Line 11: | Line 11: | ||
==Examples== | ==Examples== | ||
1. MATRIXCOPY([[1,2,3],[4,5,6],[7,8,9]]) | 1. MATRIXCOPY([[1,2,3],[4,5,6],[7,8,9]]) | ||
| − | <math> | + | *<math> |
\begin{matrix} | \begin{matrix} | ||
1 & 2 & 3 \\ | 1 & 2 & 3 \\ | ||
| Line 18: | Line 18: | ||
\end{matrix}</math> | \end{matrix}</math> | ||
2.MATRIXCOPY([[10,-11],[13,26],[2,7],[5,18],[3,19]]) | 2.MATRIXCOPY([[10,-11],[13,26],[2,7],[5,18],[3,19]]) | ||
| − | <math> | + | *<math> |
\begin{matrix} | \begin{matrix} | ||
10 & -11 \\ | 10 & -11 \\ | ||
Revision as of 17:48, 28 December 2018
MATRIXCOPY (a)
- 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} can be any set of values.
Description
- This function used to repeat copy of an array.
- Matrix is an Array of numbers which arranged in rows and columns.
- There are different order of matrices.
- In MATRIXCOPY(a), is any order of values.
- So this will return the copy of the given set of values.
Examples
1. MATRIXCOPY([[1,2,3],[4,5,6],[7,8,9]])
- 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 \begin{matrix} 1 & 2 & 3 \\ 4 & 5 & 6 \\ 7 & 8 & 9 \end{matrix}}
2.MATRIXCOPY([[10,-11],[13,26],[2,7],[5,18],[3,19]])
- 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 \begin{matrix} 10 & -11 \\ 13 & 26 \\ 2 & 7 \\ 5 &18\\ 3 &19 \end{matrix}}