OpenMath Signatures


Type System: sts
Content Dictionary: linalg5
CD Signature File: linalg5.sts


official
                Written by W. Naylor 2000-03-14 
            

diagonal_matrix

<OMOBJ xmlns="http://www.openmath.org/OpenMath"> 
  <OMA>
    <OMS name="mapsto" cd="sts"/>
    <OMA>
      <OMS name="nary" cd="sts"/>
      <OMS name="Object" cd="sts"/>
    </OMA>
    <OMV name="Matrix"/>
  </OMA>
</OMOBJ>
( ( Object * ) >> Matrix )

Content Dictionary Entry.


[First: ] [Last: ] [Top]


identity

<OMOBJ xmlns="http://www.openmath.org/OpenMath"> 
  <OMA>
    <OMS name="mapsto" cd="sts"/>
    <OMS name="N" cd="setname1"/>
    <OMV name="Matrix"/>
  </OMA>
</OMOBJ>
( N >> Matrix )

Content Dictionary Entry.


[First: ] [Last: ] [Top]


zero

<OMOBJ xmlns="http://www.openmath.org/OpenMath"> 
  <OMA>
    <OMS name="mapsto" cd="sts"/>
    <OMS name="N" cd="setname1"/>
    <OMS name="N" cd="setname1"/>
    <OMV name="Matrix"/>
  </OMA>
</OMOBJ>
( N N >> Matrix )

Content Dictionary Entry.


[First: ] [Last: ] [Top]


scalar

<OMOBJ xmlns="http://www.openmath.org/OpenMath"> 
  <OMA>
    <OMS name="mapsto" cd="sts"/>
    <OMS name="N" cd="setname1"/>
    <OMS name="NumericalValue" cd="sts"/>
    <OMV name="Matrix"/>
  </OMA>
</OMOBJ>
( N NumericalValue >> Matrix )

Content Dictionary Entry.


[First: ] [Last: ] [Top]


constant

<OMOBJ xmlns="http://www.openmath.org/OpenMath"> 
  <OMA>
    <OMS name="mapsto" cd="sts"/>
    <OMS name="N" cd="setname1"/>
    <OMS name="NumericalValue" cd="sts"/>
    <OMV name="Matrix"/>
  </OMA>
</OMOBJ>
( N NumericalValue >> Matrix )

Content Dictionary Entry.


[First: ] [Last: ] [Top]


banded

<OMOBJ xmlns="http://www.openmath.org/OpenMath"> 
  <OMA>
    <OMS name="mapsto" cd="sts"/>
    <OMV name="VectorOfVector"/>
    <OMV name="Matrix"/>
  </OMA>
</OMOBJ>
( VectorOfVector >> Matrix )

Content Dictionary Entry.


[First: ] [Last: ] [Top]


symmetric

<OMOBJ xmlns="http://www.openmath.org/OpenMath"> 
  <OMA>
    <OMS name="mapsto" cd="sts"/>
    <OMV name="VectorOfVector"/>
    <OMV name="Matrix"/>
  </OMA>
</OMOBJ>
( VectorOfVector >> Matrix )

Content Dictionary Entry.


[First: ] [Last: ] [Top]


skew-symmetric

<OMOBJ xmlns="http://www.openmath.org/OpenMath"> 
  <OMA>
    <OMS name="mapsto" cd="sts"/>
    <OMV name="VectorOfVector"/>
    <OMV name="Matrix"/>
  </OMA>
</OMOBJ>
( VectorOfVector >> Matrix )

Content Dictionary Entry.


[First: ] [Last: ] [Top]


hermitian

<OMOBJ xmlns="http://www.openmath.org/OpenMath"> 
  <OMA>
    <OMS name="mapsto" cd="sts"/>
    <OMV name="VectorOfVector"/>
    <OMV name="Matrix"/>
  </OMA>
</OMOBJ>
( VectorOfVector >> Matrix )

Content Dictionary Entry.


[First: ] [Last: ] [Top]


anti-hermitian

<OMOBJ xmlns="http://www.openmath.org/OpenMath"> 
  <OMA>
    <OMS name="mapsto" cd="sts"/>
    <OMV name="VectorOfVector"/>
    <OMV name="Matrix"/>
  </OMA>
</OMOBJ>
( VectorOfVector >> Matrix )

Content Dictionary Entry.


[First: ] [Last: ] [Top]


upper-triangular

<OMOBJ xmlns="http://www.openmath.org/OpenMath"> 
  <OMA>
    <OMS name="mapsto" cd="sts"/>
    <OMV name="VectorOfVector"/>
    <OMV name="Matrix"/>
  </OMA>
</OMOBJ>
( VectorOfVector >> Matrix )

Content Dictionary Entry.


[First: ] [Last: ] [Top]


lower-triangular

<OMOBJ xmlns="http://www.openmath.org/OpenMath"> 
  <OMA>
    <OMS name="mapsto" cd="sts"/>
    <OMV name="VectorOfVector"/>
    <OMV name="Matrix"/>
  </OMA>
</OMOBJ>
( VectorOfVector >> Matrix )

Content Dictionary Entry.


[First: ] [Last: ] [Top]


upper-Hessenberg

<OMOBJ xmlns="http://www.openmath.org/OpenMath"> 
  <OMA>
    <OMS name="mapsto" cd="sts"/>
    <OMV name="VectorOfVector"/>
    <OMV name="Matrix"/>
  </OMA>
</OMOBJ>
( VectorOfVector >> Matrix )

Content Dictionary Entry.


[First: ] [Last: ] [Top]


lower-Hessenberg

<OMOBJ xmlns="http://www.openmath.org/OpenMath"> 
  <OMA>
    <OMS name="mapsto" cd="sts"/>
    <OMV name="VectorOfVector"/>
    <OMV name="Matrix"/>
  </OMA>
</OMOBJ>
( VectorOfVector >> Matrix )

Content Dictionary Entry.


[First: ] [Last: ] [Top]


tridiagonal

<OMOBJ xmlns="http://www.openmath.org/OpenMath"> 
  <OMA>
    <OMS name="mapsto" cd="sts"/>
    <OMV name="VectorOfVector"/>
    <OMV name="Matrix"/>
  </OMA>
</OMOBJ>
( VectorOfVector >> Matrix )

Content Dictionary Entry.


[First: ] [Last: ] [Top]