SquareMatrixCategory(ndim, R, Row, Col)¶
matcat.spad line 884 [edit on github]
- ndim: NonNegativeInteger 
- R: Join(SemiRng, AbelianMonoid) 
- Row: DirectProductCategory(ndim, R) 
- Col: DirectProductCategory(ndim, R) 
SquareMatrixCategory is a general square matrix category which allows different representations and indexing schemes. Rows and columns may be extracted with rows returned as objects of type Row and columns returned as objects of type Col.
- 0: %
- from AbelianMonoid 
- 1: % if R has SemiRing
- from MagmaWithUnit 
- #: % -> NonNegativeInteger
- from Aggregate 
- *: (%, %) -> %
- from LeftModule % 
- *: (%, Col) -> Col
- x * cis the product of the matrix- xand the column vector- c. Error: if the dimensions are incompatible.
- *: (%, Integer) -> % if R has LinearlyExplicitOver Integer and R has Ring
- from RightModule Integer 
- *: (%, R) -> %
- from RightModule R 
- *: (Integer, %) -> % if R has AbelianGroup or % has AbelianGroup
- from AbelianGroup 
- *: (NonNegativeInteger, %) -> %
- from AbelianMonoid 
- *: (PositiveInteger, %) -> %
- from AbelianSemiGroup 
- *: (R, %) -> %
- from LeftModule R 
- *: (Row, %) -> Row
- r * xis the product of the row vector- rand the matrix- x. Error: if the dimensions are incompatible.
- +: (%, %) -> %
- from AbelianSemiGroup 
- -: % -> % if R has AbelianGroup or % has AbelianGroup
- from AbelianGroup 
- -: (%, %) -> % if R has AbelianGroup or % has AbelianGroup
- from AbelianGroup 
- /: (%, R) -> % if R has Field
- from MatrixOperationsCategory(R, Row, Col) 
- ^: (%, Integer) -> % if R has Field
- m^ncomputes an integral power of the matrix- m. Error: if the matrix is not invertible.
- ^: (%, NonNegativeInteger) -> % if R has SemiRing
- from MagmaWithUnit 
- ^: (%, PositiveInteger) -> %
- from Magma 
- annihilate?: (%, %) -> Boolean if R has Ring
- from Rng 
- antiCommutator: (%, %) -> %
- antisymmetric?: % -> Boolean if R has AbelianGroup
- from MatrixOperationsCategory(R, Row, Col) 
- any?: (R -> Boolean, %) -> Boolean
- from HomogeneousAggregate R 
- associator: (%, %, %) -> % if R has Ring
- from NonAssociativeRng 
- characteristic: () -> NonNegativeInteger if R has Ring
- from NonAssociativeRing 
- coerce: % -> OutputForm
- from CoercibleTo OutputForm 
- coerce: Fraction Integer -> % if R has RetractableTo Fraction Integer
- from CoercibleFrom Fraction Integer 
- coerce: Integer -> % if R has Ring or R has RetractableTo Integer
- from NonAssociativeRing 
- coerce: R -> %
- from Algebra R 
- column: (%, Integer) -> Col
- from RectangularMatrixCategory(ndim, ndim, R, Row, Col) 
- columnSpace: % -> List Col if R has EuclideanDomain
- from MatrixOperationsCategory(R, Row, Col) 
- commutator: (%, %) -> % if R has Ring
- from NonAssociativeRng 
- convert: % -> InputForm if R has Finite
- from ConvertibleTo InputForm 
- count: (R -> Boolean, %) -> NonNegativeInteger
- from HomogeneousAggregate R 
- count: (R, %) -> NonNegativeInteger
- from HomogeneousAggregate R 
- D: % -> % if R has DifferentialRing and R has Ring
- from DifferentialRing 
- D: (%, List Symbol) -> % if R has Ring and R has PartialDifferentialRing Symbol
- D: (%, List Symbol, List NonNegativeInteger) -> % if R has Ring and R has PartialDifferentialRing Symbol
- D: (%, NonNegativeInteger) -> % if R has DifferentialRing and R has Ring
- from DifferentialRing 
- D: (%, R -> R) -> % if R has Ring
- from DifferentialExtension R 
- D: (%, R -> R, NonNegativeInteger) -> % if R has Ring
- from DifferentialExtension R 
- D: (%, Symbol) -> % if R has Ring and R has PartialDifferentialRing Symbol
- D: (%, Symbol, NonNegativeInteger) -> % if R has Ring and R has PartialDifferentialRing Symbol
- determinant: % -> R if R has CommutativeRing
- determinant(m)returns the determinant of the matrix- m.
- diagonal?: % -> Boolean
- from MatrixOperationsCategory(R, Row, Col) 
- diagonal: % -> Row
- diagonal(m)returns a row consisting of the elements on the diagonal of the matrix- m.
- diagonalMatrix: List R -> %
- diagonalMatrix(l)returns a diagonal matrix with the elements of- lon the diagonal.
- diagonalProduct: % -> R
- diagonalProduct(m)returns the product of the elements on the diagonal of the matrix- m.
- differentiate: % -> % if R has DifferentialRing and R has Ring
- from DifferentialRing 
- differentiate: (%, List Symbol) -> % if R has Ring and R has PartialDifferentialRing Symbol
- differentiate: (%, List Symbol, List NonNegativeInteger) -> % if R has Ring and R has PartialDifferentialRing Symbol
- differentiate: (%, NonNegativeInteger) -> % if R has DifferentialRing and R has Ring
- from DifferentialRing 
- differentiate: (%, R -> R) -> % if R has Ring
- from DifferentialExtension R 
- differentiate: (%, R -> R, NonNegativeInteger) -> % if R has Ring
- from DifferentialExtension R 
- differentiate: (%, Symbol) -> % if R has Ring and R has PartialDifferentialRing Symbol
- differentiate: (%, Symbol, NonNegativeInteger) -> % if R has Ring and R has PartialDifferentialRing Symbol
- elt: (%, Integer, Integer) -> R
- from RectangularMatrixCategory(ndim, ndim, R, Row, Col) 
- elt: (%, Integer, Integer, R) -> R
- from RectangularMatrixCategory(ndim, ndim, R, Row, Col) 
- eval: (%, Equation R) -> % if R has Evalable R
- from Evalable R 
- eval: (%, List Equation R) -> % if R has Evalable R
- from Evalable R 
- eval: (%, List R, List R) -> % if R has Evalable R
- from InnerEvalable(R, R) 
- eval: (%, R, R) -> % if R has Evalable R
- from InnerEvalable(R, R) 
- every?: (R -> Boolean, %) -> Boolean
- from HomogeneousAggregate R 
- exquo: (%, R) -> Union(%, failed) if R has IntegralDomain
- from MatrixOperationsCategory(R, Row, Col) 
- hash: % -> SingleInteger if R has Finite
- from Hashable 
- hashUpdate!: (HashState, %) -> HashState if R has Finite
- from Hashable 
- index: PositiveInteger -> % if R has Finite
- from Finite 
- inverse: % -> Union(%, failed) if R has Field
- inverse(m)returns the inverse of the matrix- m, if that matrix is invertible and returns “failed” otherwise.
- latex: % -> String
- from SetCategory 
- leftPower: (%, NonNegativeInteger) -> % if R has SemiRing
- from MagmaWithUnit 
- leftPower: (%, PositiveInteger) -> %
- from Magma 
- leftRecip: % -> Union(%, failed) if R has SemiRing
- from MagmaWithUnit 
- less?: (%, NonNegativeInteger) -> Boolean
- from Aggregate 
- listOfLists: % -> List List R
- from RectangularMatrixCategory(ndim, ndim, R, Row, Col) 
- lookup: % -> PositiveInteger if R has Finite
- from Finite 
- map!: (R -> R, %) -> % if % has shallowlyMutable
- from HomogeneousAggregate R 
- map: ((R, R) -> R, %, %) -> %
- from RectangularMatrixCategory(ndim, ndim, R, Row, Col) 
- map: (R -> R, %) -> %
- from HomogeneousAggregate R 
- matrix: List List R -> %
- from RectangularMatrixCategory(ndim, ndim, R, Row, Col) 
- max: % -> R if R has OrderedSet
- from HomogeneousAggregate R 
- max: ((R, R) -> Boolean, %) -> R
- from HomogeneousAggregate R 
- maxColIndex: % -> Integer
- from RectangularMatrixCategory(ndim, ndim, R, Row, Col) 
- maxRowIndex: % -> Integer
- from RectangularMatrixCategory(ndim, ndim, R, Row, Col) 
- member?: (R, %) -> Boolean
- from HomogeneousAggregate R 
- members: % -> List R
- from HomogeneousAggregate R 
- min: % -> R if R has OrderedSet
- from HomogeneousAggregate R 
- minColIndex: % -> Integer
- from RectangularMatrixCategory(ndim, ndim, R, Row, Col) 
- minordet: % -> R if R has CommutativeRing
- minordet(m)computes the determinant of the matrix- musing minors.
- minRowIndex: % -> Integer
- from RectangularMatrixCategory(ndim, ndim, R, Row, Col) 
- more?: (%, NonNegativeInteger) -> Boolean
- from Aggregate 
- ncols: % -> NonNegativeInteger
- from RectangularMatrixCategory(ndim, ndim, R, Row, Col) 
- nrows: % -> NonNegativeInteger
- from RectangularMatrixCategory(ndim, ndim, R, Row, Col) 
- nullity: % -> NonNegativeInteger if R has IntegralDomain
- from MatrixOperationsCategory(R, Row, Col) 
- nullSpace: % -> List Col if R has IntegralDomain
- from MatrixOperationsCategory(R, Row, Col) 
- one?: % -> Boolean if R has SemiRing
- from MagmaWithUnit 
- opposite?: (%, %) -> Boolean
- from AbelianMonoid 
- parts: % -> List R
- from HomogeneousAggregate R 
- Pfaffian: % -> R if R has CommutativeRing
- Pfaffian(m)returns the Pfaffian of the matrix- m. Error: if the matrix is not antisymmetric.
- plenaryPower: (%, PositiveInteger) -> % if R has CommutativeRing
- from NonAssociativeAlgebra R 
- qelt: (%, Integer, Integer) -> R
- from RectangularMatrixCategory(ndim, ndim, R, Row, Col) 
- rank: % -> NonNegativeInteger if R has IntegralDomain
- from MatrixOperationsCategory(R, Row, Col) 
- recip: % -> Union(%, failed) if R has SemiRing
- from MagmaWithUnit 
- reducedSystem: (Matrix %, Vector %) -> Record(mat: Matrix Integer, vec: Vector Integer) if R has LinearlyExplicitOver Integer and R has Ring
- reducedSystem: (Matrix %, Vector %) -> Record(mat: Matrix R, vec: Vector R) if R has Ring
- from LinearlyExplicitOver R 
- reducedSystem: Matrix % -> Matrix Integer if R has LinearlyExplicitOver Integer and R has Ring
- reducedSystem: Matrix % -> Matrix R if R has Ring
- from LinearlyExplicitOver R 
- retract: % -> Fraction Integer if R has RetractableTo Fraction Integer
- from RetractableTo Fraction Integer 
- retract: % -> Integer if R has RetractableTo Integer
- from RetractableTo Integer 
- retract: % -> R
- from RetractableTo R 
- retractIfCan: % -> Union(Fraction Integer, failed) if R has RetractableTo Fraction Integer
- from RetractableTo Fraction Integer 
- retractIfCan: % -> Union(Integer, failed) if R has RetractableTo Integer
- from RetractableTo Integer 
- retractIfCan: % -> Union(R, failed)
- from RetractableTo R 
- rightPower: (%, NonNegativeInteger) -> % if R has SemiRing
- from MagmaWithUnit 
- rightPower: (%, PositiveInteger) -> %
- from Magma 
- rightRecip: % -> Union(%, failed) if R has SemiRing
- from MagmaWithUnit 
- row: (%, Integer) -> Row
- from RectangularMatrixCategory(ndim, ndim, R, Row, Col) 
- rowEchelon: % -> % if R has EuclideanDomain
- from MatrixOperationsCategory(R, Row, Col) 
- sample: %
- from AbelianMonoid 
- scalarMatrix: R -> %
- scalarMatrix(r)returns an- n-by-- nmatrix with- r- 'son the diagonal and zeroes elsewhere.
- size?: (%, NonNegativeInteger) -> Boolean
- from Aggregate 
- size: () -> NonNegativeInteger if R has Finite
- from Finite 
- smaller?: (%, %) -> Boolean if R has Finite
- from Comparable 
- square?: % -> Boolean
- from MatrixOperationsCategory(R, Row, Col) 
- subtractIfCan: (%, %) -> Union(%, failed) if R has AbelianGroup or % has AbelianGroup
- symmetric?: % -> Boolean
- from MatrixOperationsCategory(R, Row, Col) 
- trace: % -> R
- trace(m)returns the trace of the matrix- m. this is the sum of the elements on the diagonal of the matrix- m.
- zero?: % -> Boolean
- from AbelianMonoid 
AbelianGroup if R has AbelianGroup
Algebra R if R has CommutativeRing
BiModule(%, %)
BiModule(R, R)
CancellationAbelianMonoid if R has AbelianGroup or % has AbelianGroup
CoercibleFrom Fraction Integer if R has RetractableTo Fraction Integer
CoercibleFrom Integer if R has RetractableTo Integer
Comparable if R has Finite
ConvertibleTo InputForm if R has Finite
DifferentialExtension R if R has Ring
DifferentialRing if R has DifferentialRing and R has Ring
Evalable R if R has Evalable R
FullyLinearlyExplicitOver R if R has Ring
InnerEvalable(R, R) if R has Evalable R
LinearlyExplicitOver Integer if R has LinearlyExplicitOver Integer and R has Ring
LinearlyExplicitOver R if R has Ring
MagmaWithUnit if R has SemiRing
MatrixOperationsCategory(R, Row, Col)
Module R if R has CommutativeRing
NonAssociativeAlgebra R if R has CommutativeRing
NonAssociativeRing if R has Ring
NonAssociativeRng if R has Ring
NonAssociativeSemiRing if R has SemiRing
PartialDifferentialRing Symbol if R has Ring and R has PartialDifferentialRing Symbol
RectangularMatrixCategory(ndim, ndim, R, Row, Col)
RetractableTo Fraction Integer if R has RetractableTo Fraction Integer
RetractableTo Integer if R has RetractableTo Integer
RightModule Integer if R has LinearlyExplicitOver Integer and R has Ring
unitsKnown if R has Ring