Difference between revisions of "Manuals/calci/PERMUTATION"

From ZCubes Wiki
Jump to navigation Jump to search
 
(3 intermediate revisions by 2 users not shown)
Line 26: Line 26:
 
| 0 || 0 || 0 || 0 || 204  
 
| 0 || 0 || 0 || 0 || 204  
 
|}
 
|}
*2.MATRIX("permutation",18)..<math>\$</math>_(SUM) = 18
+
*2.MATRIX("permutation",18).<math>\$</math>_(SUM) = 18
 
*3.MATRIX("permutation",5).<math>\$$$</math>(SUM)=  
 
*3.MATRIX("permutation",5).<math>\$$$</math>(SUM)=  
 
{|class="wikitable"
 
{|class="wikitable"
Line 53: Line 53:
 
| 1  
 
| 1  
 
|}
 
|}
 +
 +
==Related Videos==
 +
 +
{{#ev:youtube|lOjawd_NzMA|280|center|Permutation Matrix}}
  
 
==See Also==
 
==See Also==
Line 59: Line 63:
 
*[[Manuals/calci/PASCAL| PASCAL]]
 
*[[Manuals/calci/PASCAL| PASCAL]]
 
*[[Manuals/calci/HANKEL| HANKEL]]
 
*[[Manuals/calci/HANKEL| HANKEL]]
 
  
 
==References==
 
==References==
 +
*[http://en.wikipedia.org/wiki/Permutation_matrix Permutation Matrix]

Latest revision as of 02:35, 26 October 2015

MATRIX("PERMUTATION",order)


  • is the size of the Permutation matrix.

Description

  • This function returns the matrix Permutation matrix of order 3.
  • A permutation matrix is a square binary matrix obtained by permuting the rows of an nxn identity matrix according to some permutation of the numbers 1 to n.
  • This matrix has exactly one entry 1 in each row and each column and 0's elsewhere.
  • A permutation matrix is nonsingular, and its determiant + or -.
  • Also permutation matrix A having the following properties , where is a transpose and I is the identity matrix.
  • Permutation matrices are orthogonal .Hence, their inverse is their transpose: .
  • A permutation matrix allows to exchange rows or columns of another via the matrix-matrix product.
  • In calci MATRIX("permutation",4) gives the permutation matrix of order 4.

Examples

  • 1.MATRIX("permutation",5,200..210)
0 0 0 200 0
0 201 0 0 0
202 0 0 0 0
0 0 203 0 0
0 0 0 0 204
  • 2.MATRIX("permutation",18)._(SUM) = 18
  • 3.MATRIX("permutation",5).(SUM)=
1
1
1
1
1
  • 4.MATRIX("permutation",5).(SUM) =
1
1
1
1
1

Related Videos

Permutation Matrix

See Also

References