Difference between revisions of "Manuals/calci/EYE"

From ZCubes Wiki
Jump to navigation Jump to search
Line 36: Line 36:
 
| 0 || 1
 
| 0 || 1
 
|}  
 
|}  
#EYE(5)
+
3. EYE(5)
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-

Revision as of 14:36, 6 June 2017

EYE (Number)


  • is the order of the matrix.

Description

  • This function shows the identity matrix of a given order.
  • In , is the order of a identity matrix.
  • Identity matrix is also called Unit matrix.
  • Identity matrix of size n is the nxn square matrix with ones on the main diagonal and zeros on the other entries.
  • Identity matrix is denoted by:

, , ......


Examples

  1. EYE(1) =1
  2. EYE(2)
1 0
0 1

3. EYE(5)

1 0 0 0 0
0 1 0 0 0
0 0 1 0 0
0 0 0 1 0
0 0 0 0 1

See Also

References