Difference between revisions of "Manuals/calci/CENTROSYMMETRIC"

From ZCubes Wiki
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 22: Line 22:
  
 
==Examples==
 
==Examples==
*MATRIX("centrosymmetric")
+
*MATRIX("centrosymmetric",3)
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
Line 34: Line 34:
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
|-5 || 7 || 6 || -9
+
| -5 || 7 || 6 || -9
 
|-
 
|-
 
|0 ||-3 || 5 || 0
 
|0 ||-3 || 5 || 0
Line 40: Line 40:
 
|0 || 5 || -3 || 0
 
|0 || 5 || -3 || 0
 
|-
 
|-
|-9 || 6 || 7`|| -5
+
| -9 || 6 || 7|| -5
 
|}
 
|}
  
Line 49: Line 49:
  
 
==References==
 
==References==
 +
*[http://en.wikipedia.org/wiki/Centrosymmetric_matrix Centro symmetric]

Latest revision as of 23:43, 26 October 2015

MATRIX("CENTROSYMMETRIC",order)


  • is the order of the Centro symmetric matrix.

Description

  • This function gives the matrix of order 3 which is satisfying the property of centrosymmetric.
  • A centrosymmetric is the square matrix which is symmetric with its center.
  • An n × n matrix A = [ Ai,j ] is centrosymmetric when its entries satisfy

Failed to parse (syntax error): {\displaystyle A_{i,j} = A_{n−i+1,n−j+1} for 1 \le i,j \le n } .

  • All 2x2 centrosymmetric matrices have the form:
  • All 3×3 centrosymmetric matrices have the form:

  • Symmetric Toeplitz matrices are centrosymmetric.
  • Here MATRIX("centrosymmetric") gives centrosymmetric matrices of order 3.
  • Users can change the order of the matrix and the entries in calci.

Examples

  • MATRIX("centrosymmetric",3)
80 15 58
-88 -15 -88
58 15 80
  • MATRIX("centrosymmetric",4,9..15)
-5 7 6 -9
0 -3 5 0
0 5 -3 0
-9 6 7 -5

See Also

References