Difference between revisions of "Manuals/calci/DIAGONALMATRIX"

From ZCubes Wiki
Jump to navigation Jump to search
Line 1: Line 1:
<div style="font-size:30px">'''DIAGONALMATRIX(Number)'''</div><br/>
+
<div style="font-size:25px">'''MATRIX (TypeOfMatrix,DimensionsOfMatrix,SeedValuesToUse,IJFunction,PreParameter,IsItInternalCall)'''</div><br/>
*<math>Number</math> is the size or order of the matrix.
+
*<math>TypeOfMatrix</math> is the type of the matrix.
 +
*<math> DimensionsOfMatrix </math>  is the order of the diagonal matrix.
  
 
==Description==
 
==Description==

Revision as of 13:41, 15 August 2018

MATRIX (TypeOfMatrix,DimensionsOfMatrix,SeedValuesToUse,IJFunction,PreParameter,IsItInternalCall)


  • is the type of the matrix.
  • is the order of the diagonal matrix.

Description

  • This function shows the Diagonal matrix of a given order.
  • In , is the order of square matrix.
  • A diagonal matrix is a square matrix which is of the form where is the Kronecker delta, are constants, and i,j=1, 2, ..., n.
  • The general diagonal matrix is of the form:

  • So the main diagonal entries are need not to be zero and off-diagonal entries are zero.
  • That is,the matrix D = (di,j) with n columns and n rows is diagonal if:

Examples

See Also

References