Difference between revisions of "Manuals/calci/ANTIDIAGONALWITH"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:25px">'''ANTIDIAGONALWITH()'''</div><br/> *Parameter can be any Matrix. ==Description== *This function gives the matrix satisfying the anti diagonal pro...")
 
Line 27: Line 27:
 
-22 & 24 & 33 &43  
 
-22 & 24 & 33 &43  
 
\end{matrix} </math>
 
\end{matrix} </math>
 +
 +
==Related Videos==
 +
 +
{{#ev:youtube|v=T8ErAYobcbc|280|center|Numbers}}
  
 
==See Also==
 
==See Also==

Revision as of 13:39, 9 April 2019

ANTIDIAGONALWITH()


  • Parameter can be any Matrix.

Description

  • This function gives the matrix satisfying the anti diagonal properties also it is replacing the constant given number in the anti diagonal entries.
  • An anti-diagonal matrix is a matrix where all the entries are zero except those on the diagonal going from the lower left corner to the upper right corner (), known as the anti-diagonal.
  • The properties of anti diagonal matrix are:
  • 1.The product of two anti-diagonal matrices is a diagonal matrix.
  • 2. If A and D are n×n anti-diagonal and diagonal matrices, respectively, then AD,DA are anti-diagonal.
  • 3.All anti-diagonal matrices are also persymmetric.


Examples

  1. ANTIDIAGONALWITH([[1,2],[3,4]],34)

  1. ANTIDIAGONALWITH([[6,12,10,16],[13,14,15,17],[5,13,19,20],[3,24,33,43]],-22)

Related Videos

Numbers

See Also

References