Home Overview Documents Content Dictionaries Software & Tools The OpenMath Society OpenMath Projects OpenMath Discussion Lists OpenMath Meetings Links

OpenMath Content Dictionary: linalg5

Canonical URL:
http://www.openmath.org/cd/linalg5.ocd
CD Base:
http://www.openmath.org/cd
CD File:
linalg5.ocd
CD as XML Encoded OpenMath:
linalg5.omcd
Defines:
identity
Date:
2004-05-11
Version:
3 (Revision 1)
Review Date:
2006-03-30
Status:
experimental

This CD contains symbols which represent a number of special types of matrix.


identity

Role:
application
Description:

This symbol denotes a unary function which is used to construct an (nxn) identity matrix where n is the single positive integral argument.

Commented Mathematical property (CMP):
for all M | identity(rowcount M) * M = M * identity(columncount M) = M
Formal Mathematical property (FMP):
  
M . identity ( rowcount ( M ) ) M = M M identity ( columncount ( M ) ) = M
Example:
A representation of the 2x2 identity matrix [[1,0],[0,1]]
  
1 0 0 1
Signatures:
sts


[First: identity] [Last: identity] [Top]
  
complex-cartesian ( 1 , 1 ) complex-cartesian ( 0 , 1 ) complex-cartesian ( 0 , 0 ) complex-cartesian ( 1 , 0 ) complex-cartesian ( 3 , 2 ) complex-cartesian ( 4 , x + 1 )
  
complex-polar ( 1 , 1 ) complex-polar ( 0 , 1 ) complex-polar ( 0 , 0 ) complex-polar ( 1 , 0 ) complex-polar ( 3 , 2 ) complex-polar ( 4 , x + 1 )

Home Overview Documents Content Dictionaries Software & Tools The OpenMath Society OpenMath Projects OpenMath Discussion Lists OpenMath Meetings Links