Difference between revisions of "Manuals/calci/SKEWSYMMETRIC"

From ZCubes Wiki
Jump to navigation Jump to search
Line 18: Line 18:
 
|39 || 0 || 15 || 72
 
|39 || 0 || 15 || 72
 
|-
 
|-
|-2 || -15 || 0 ||43
+
|(-2) || -15 || 0 ||43
 
|-
 
|-
|-25 || -72 || -43 || 0
+
|(-25) || -72 || -43 || 0
 
|}
 
|}

Revision as of 16:03, 20 December 2016

SKEWSYMMETRIC(Order)


  • is the order of the skew symmetric matrix.

Description

  • This function shows the Skew Symmetric matrix with the given order.
  • Skew Symmetric is also called Anti Symmetric or Antimetric.
  • A Skew Symmetric is a square matrix which satisfies the following identity ,where is the matrix transpose.
  • If the entry in the row and column is .
  • i.e. then the skew symmetric condition is Failed to parse (syntax error): {\displaystyle (a_{ij}) = −(a_{ij})} .
  • So its diagonal values are "0".

Examples

  1. SKEWSYMMETRIC(4)
0 -39 2 25
39 0 15 72
(-2) -15 0 43
(-25) -72 -43 0