Difference between revisions of "Manuals/calci/DIAGONALWITH"

From ZCubes Wiki
Jump to navigation Jump to search
Line 4: Line 4:
  
 
==Description==
 
==Description==
* This function gives the matrix satisfying the diagonal properties.  
+
* This function gives a matrix which satisfies the diagonal properties.  
 
* An diagonal matrix is a matrix where all the entries are zero on the main diagonal going from the upper left corner to the lower right corner (<math>\searrow</math>).
 
* An diagonal matrix is a matrix where all the entries are zero on the main diagonal going from the upper left corner to the lower right corner (<math>\searrow</math>).
* In Diagonalwith, all the elements on main diagonal are filled with the given Properties rather than by 0.
+
* In DIAGONALWITH, all the elements on main diagonal are filled with the given Properties rather than by 0.
 
* "ZERO" is a default Property.
 
* "ZERO" is a default Property.
 
   * Types of Properties:
 
   * Types of Properties:

Revision as of 06:19, 11 January 2018

DIAGONALWITH(Matrix,Properties,Seed,Offset,FillTypeAntiColumnOrRow)


  • is any nxn square matrix.


Description

  • This function gives a matrix which satisfies the diagonal properties.
  • An diagonal matrix is a matrix where all the entries are zero on the main diagonal going from the upper left corner to the lower right corner ().
  • In DIAGONALWITH, all the elements on main diagonal are filled with the given Properties rather than by 0.
  • "ZERO" is a default Property.
  * Types of Properties:
  case "POSITIVE":
  case "NEGATIVE":
  case "NATURAL":
  case "POSITIVE:INTEGER":
  case "NEGATIVE:INTEGER":
  case "INTEGER":
  case "NEGZEROPOS":
  case "VALUE":
  case "LIST":
  case "SERIES":
  case "SEED":
  case "FUNCTION":
  case "ZERO":
  case "ZEROS":