Difference between revisions of "Manuals/calci/DIAGONALMATRIX"
Jump to navigation
Jump to search
(Created page with "diagonal") |
|||
| Line 1: | Line 1: | ||
| − | diagonal | + | <div style="font-size:30px">'''DIAGONALMATRIX(Order)'''</div><br/> |
| + | *<math>Order</math> is the size or order of the matrix. | ||
| + | |||
| + | ==Description== | ||
| + | *This function shows the Diagonal matrix of a given order. | ||
| + | *In <math>DIAGONALMATRIX(Order)</math>, <math>Order</math> is the order of square matrix. | ||
| + | *A diagonal matrix is a square matrix which is of the form <math>a_{ij}=c_{i} \delta_{ij}</math> where <math>delta_{ij}</math> is the Kronecker delta, <math>c_{i}</math> are constants, and i,j=1, 2, ..., n. | ||
| + | *The general diagonal matrix is of the form: | ||
| + | <math>\begin{bmatrix} | ||
| + | c_{1} & 0 & \cdots & 0 \\ | ||
| + | 0 & c_{2} & \cdots & 0 \\ | ||
| + | \vdots & \vdots &\ddots & \vdots \\ | ||
| + | 0 & 0 & \cdots & c_{n} | ||
| + | \end{bmatrix} </math> | ||
| + | As stated above, the off-diagonal entries are zero. That is, the matrix A = (ai,j) with n columns and n rows is diagonal if | ||
Revision as of 12:47, 6 June 2017
DIAGONALMATRIX(Order)
- 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 Order} is the size or order of the matrix.
Description
- This function shows the Diagonal matrix of a given order.
- 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 DIAGONALMATRIX(Order)} , 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 Order} is the order of square matrix.
- A diagonal matrix is a square matrix which is of the form 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_{ij}=c_{i} \delta_{ij}} where 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 delta_{ij}} is the Kronecker delta, 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 c_{i}} are constants, and i,j=1, 2, ..., n.
- The general diagonal matrix is of the form:
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{bmatrix} c_{1} & 0 & \cdots & 0 \\ 0 & c_{2} & \cdots & 0 \\ \vdots & \vdots &\ddots & \vdots \\ 0 & 0 & \cdots & c_{n} \end{bmatrix} } As stated above, the off-diagonal entries are zero. That is, the matrix A = (ai,j) with n columns and n rows is diagonal if