<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl"  href="omxsl/pmathml.xsl"?>

<html xmlns="http://www.w3.org/1999/xhtml" xmlns:cd="http://www.openmath.org/OpenMathCD" xmlns:om="http://www.openmath.org/OpenMath">
<head>
<script type="text/javascript"> function divfold(_Id){
     var thisLevel = document.getElementById(_Id);
     var thisLevela = document.getElementById(_Id.concat("a"))
     if(thisLevel.style.display != "none"){ 
      thisLevel.style.display = "none";
      thisLevela.style.backgroundColor = "#CCCCCC";} 
     else{
      thisLevel.style.display = "block";
      thisLevela.style.backgroundColor = "#AAFFAA";}  
       }
     </script>
<title>linalgsym1</title>
<link type="text/css" href="omcd.css" rel="stylesheet"/>
</head>
<body>
<a name="top"/>
<h1>OpenMath Content Dictionary: linalgsym1</h1>
<dl>
<dt>
<span class="dt">Canonical URL:</span>
</dt>
<dd>
<a href="http://www.openmath.org/cd/linalgsym1.ocd">http://www.openmath.org/cd/linalgsym1.ocd</a>
</dd>
<dt>
<span class="dt">CD Base:</span>
</dt>
<dd>
<a href="http://www.openmath.org/cd">http://www.openmath.org/cd</a>
</dd>
<dt>
<span class="dt">CD File:</span>
</dt>
<dd>
<a href="linalgsym1.ocd">linalgsym1.ocd
  </a>
</dd>
<dt>
<span class="dt">CD as XML Encoded OpenMath:</span>
</dt>
<dd>
<a href="linalgsym1.omcd">linalgsym1.omcd
  </a>
</dd>
<dt>
<span class="dt">Defines:</span>
</dt>
<dd>
<a href="#anti_Hermitian">anti_Hermitian</a>, <a href="#Hermitian">Hermitian</a>, <a href="#skew_symmetric">skew_symmetric</a>, <a href="#symmetric">symmetric</a>
</dd>
<dt>
<span class="dt">Date:</span>
</dt>
<dd>2004-05-11</dd>
<dt>
<span class="dt">Version:</span>
</dt>
<dd>3
  (Revision 1)
  </dd>
<dt>
<span class="dt">Review Date:</span>
</dt>
<dd>2006-03-30</dd>
<dt>
<span class="dt">Status:</span>
</dt>
<dd> experimental </dd>
</dl>
<hr/>

<pre>

     This document is distributed in the hope that it will be useful, 
     but WITHOUT ANY WARRANTY; without even the implied warranty of 
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

     The copyright holder grants you permission to redistribute this 
     document freely as a verbatim copy. Furthermore, the copyright
     holder permits you to develop any derived work from this document
     provided that the following conditions are met.
       a) The derived work acknowledges the fact that it is derived from
          this document, and maintains a prominent reference in the 
          work to the original source.
       b) The fact that the derived work is not the original OpenMath 
          document is stated prominently in the derived work.  Moreover if
          both this document and the derived work are Content Dictionaries
          then the derived work must include a different CDName element,
          chosen so that it cannot be confused with any works adopted by
          the OpenMath Society.  In particular, if there is a Content 
          Dictionary Group whose name is, for example, `math' containing
          Content Dictionaries named `math1', `math2' etc., then you should 
          not name a derived Content Dictionary `mathN' where N is an integer.
          However you are free to name it `private_mathN' or some such.  This
          is because the names `mathN' may be used by the OpenMath Society
          for future extensions.
       c) The derived work is distributed under terms that allow the
          compilation of derived works, but keep paragraphs a) and b)
          intact.  The simplest way to do this is to distribute the derived
          work under the OpenMath license, but this is not a requirement.
     If you have questions about this license please contact the OpenMath
     society at http://www.openmath.org.
</pre>









<p>
This CD contains symbols which represent a number of special types of
matrix related to symmetry. </p>
<p>November 2004, A.M. Cohen removed the symmetry alien parts from this CD and
renamed it from linalg5 to linalgsym1.
</p>

<hr/>
<h2>
<a name="symmetric"> symmetric </a>
</h2>
<dl>
<dt>
<span class="dt">Role:</span>
</dt>
<dd>application</dd>
</dl>
<dl>
<dt>
<span class="dt">Description:</span>
</dt>
<dd>
<p>
This symbol represents a symmetric matrix, it takes one argument. The
argument should be a vector of vectors of elements of the matrix. For
j&gt;=i the ij'th element of the matrix is the (j-i+1)'th element of the i'th
element of the argument. This determines the upper triangle of the
matrix, the lower triangle is specified by the rule M = transpose M.
</p>
</dd>
</dl>

<dl>
<dt>
<span class="dt">Commented Mathematical property (CMP):</span>
</dt>
<dd>
 the sum of a symmetric matrix and its transpose is symmetric
</dd>
</dl>

<dl>
<dt>
<span class="dt">Formal Mathematical property (FMP):</span>
</dt>
<dd>
<div>
<button onclick="divfold('N10033xml')" style="width:6em; background-color:#CCCCCC" id="N10033xmla">xml</button> <button onclick="divfold('N10033pref')" style="width:6em; background-color:#CCCCCC" id="N10033prefa">prefix</button> <button onclick="divfold('N10033mml')" style="width:6em; background-color:#AAFFAA" id="N10033mmla">mathml</button>
</div>
<pre style="display:none" id="N10033xml">&lt;OMOBJ xmlns="http://www.openmath.org/OpenMath" version="2.0" cdbase="http://www.openmath.org/cd"&gt;
  &lt;OMA&gt;
    &lt;OMS cd="relation1" name="eq"/&gt;
    &lt;OMA&gt;
      &lt;OMS cd="arith1" name="plus"/&gt;
      &lt;OMA&gt;
        &lt;OMS cd="linalgsym1" name="symmetric"/&gt;
	&lt;OMV name="VV1"/&gt;
      &lt;/OMA&gt;
      &lt;OMA&gt;
        &lt;OMS cd="linalg1" name="transpose"/&gt;
	&lt;OMA&gt;
	  &lt;OMS cd="linalgsym1" name="symmetric"/&gt;
	  &lt;OMV name="VV1"/&gt;
	&lt;/OMA&gt;
      &lt;/OMA&gt;
    &lt;/OMA&gt;
    &lt;OMA&gt;
      &lt;OMS cd="linalgsym1" name="symmetric"/&gt;
      &lt;OMV name="VV2"/&gt;
    &lt;/OMA&gt;
  &lt;/OMA&gt;
&lt;/OMOBJ&gt;</pre>
<div style="display:none; margin-top: 0.5em" id="N10033pref">
  <a href="relation1.html#eq">eq</a>
(<a href="arith1.html#plus">plus</a>
(<a href="linalgsym1.html#symmetric">symmetric</a>
( <i>VV1</i>)
, <a href="linalg1.html#transpose">transpose</a>
(<a href="linalgsym1.html#symmetric">symmetric</a>
( <i>VV1</i>)
)
)
, <a href="linalgsym1.html#symmetric">symmetric</a>
( <i>VV2</i>)
)

</div>
<div style="display:block; margin-top: 0.5em" id="N10033mml">
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
  <mrow>
<mrow>
<mrow>
<mi xmlns="http://www.w3.org/1998/Math/MathML">symmetric</mi>
<mo>⁡</mo>
<mrow>
<mo>(</mo>
<msub>
<mi>VV</mi>
<mn>1</mn>
</msub>
<mo>)</mo>
</mrow>
</mrow>
<mo>+</mo>
<msup>
<mrow>
<mi xmlns="http://www.w3.org/1998/Math/MathML">symmetric</mi>
<mo>⁡</mo>
<mrow>
<mo>(</mo>
<msub>
<mi>VV</mi>
<mn>1</mn>
</msub>
<mo>)</mo>
</mrow>
</mrow>
<mi>T</mi>
</msup>
</mrow>
<mo xmlns="http://www.w3.org/1998/Math/MathML">=</mo>
<mrow>
<mi xmlns="http://www.w3.org/1998/Math/MathML">symmetric</mi>
<mo>⁡</mo>
<mrow>
<mo>(</mo>
<msub>
<mi>VV</mi>
<mn>2</mn>
</msub>
<mo>)</mo>
</mrow>
</mrow>
</mrow>
</math>
</div>
</dd>
</dl>

<dl>
<dt>
<span class="dt">Commented Mathematical property (CMP):</span>
</dt>
<dd> for a symmetric matrix M, M = transpose M </dd>
</dl>
<dl>
<dt>
<span class="dt">Formal Mathematical property (FMP):</span>
</dt>
<dd>
<div>
<button onclick="divfold('N10072xml')" style="width:6em; background-color:#CCCCCC" id="N10072xmla">xml</button> <button onclick="divfold('N10072pref')" style="width:6em; background-color:#CCCCCC" id="N10072prefa">prefix</button> <button onclick="divfold('N10072mml')" style="width:6em; background-color:#AAFFAA" id="N10072mmla">mathml</button>
</div>
<pre style="display:none" id="N10072xml">&lt;OMOBJ xmlns="http://www.openmath.org/OpenMath" version="2.0" cdbase="http://www.openmath.org/cd"&gt;
  &lt;OMA&gt;
    &lt;OMS cd="relation1" name="eq"/&gt;
    &lt;OMA&gt;
      &lt;OMS cd="linalgsym1" name="symmetric"/&gt;
      &lt;OMV name="VV"/&gt;
    &lt;/OMA&gt;
    &lt;OMA&gt;
      &lt;OMS cd="linalg1" name="transpose"/&gt;
      &lt;OMA&gt;
        &lt;OMS cd="linalgsym1" name="symmetric"/&gt;
        &lt;OMV name="VV"/&gt;
      &lt;/OMA&gt;
    &lt;/OMA&gt;
  &lt;/OMA&gt;
&lt;/OMOBJ&gt;</pre>
<div style="display:none; margin-top: 0.5em" id="N10072pref">
  <a href="relation1.html#eq">eq</a>
(<a href="linalgsym1.html#symmetric">symmetric</a>
( <i>VV</i>)
, <a href="linalg1.html#transpose">transpose</a>
(<a href="linalgsym1.html#symmetric">symmetric</a>
( <i>VV</i>)
)
)

</div>
<div style="display:block; margin-top: 0.5em" id="N10072mml">
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
  <mrow>
<mrow>
<mi xmlns="http://www.w3.org/1998/Math/MathML">symmetric</mi>
<mo>⁡</mo>
<mrow>
<mo>(</mo>
<mi xmlns="http://www.w3.org/1998/Math/MathML">VV</mi>
<mo>)</mo>
</mrow>
</mrow>
<mo xmlns="http://www.w3.org/1998/Math/MathML">=</mo>
<msup>
<mrow>
<mi xmlns="http://www.w3.org/1998/Math/MathML">symmetric</mi>
<mo>⁡</mo>
<mrow>
<mo>(</mo>
<mi xmlns="http://www.w3.org/1998/Math/MathML">VV</mi>
<mo>)</mo>
</mrow>
</mrow>
<mi>T</mi>
</msup>
</mrow>
</math>
</div>
</dd>
</dl>

<dl>
<dt>
<span class="dt">Commented Mathematical property (CMP):</span>
</dt>
<dd>
the dimension of a symmetric matrix = the length of the vector
which defines it
</dd>
</dl>

<dl>
<dt>
<span class="dt">Formal Mathematical property (FMP):</span>
</dt>
<dd>
<div>
<button onclick="divfold('N100A0xml')" style="width:6em; background-color:#CCCCCC" id="N100A0xmla">xml</button> <button onclick="divfold('N100A0pref')" style="width:6em; background-color:#CCCCCC" id="N100A0prefa">prefix</button> <button onclick="divfold('N100A0mml')" style="width:6em; background-color:#AAFFAA" id="N100A0mmla">mathml</button>
</div>
<pre style="display:none" id="N100A0xml">&lt;OMOBJ xmlns="http://www.openmath.org/OpenMath" version="2.0" cdbase="http://www.openmath.org/cd"&gt;
  &lt;OMA&gt;
    &lt;OMS cd="relation1" name="eq"/&gt;
    &lt;OMA&gt;
      &lt;OMS cd="linalg3" name="rowcount"/&gt;
      &lt;OMA&gt;
        &lt;OMS cd="linalgsym1" name="symmetric"/&gt;
	&lt;OMV name="VV"/&gt;
      &lt;/OMA&gt;
    &lt;/OMA&gt;
    &lt;OMA&gt;
      &lt;OMS cd="linalg3" name="size"/&gt;
      &lt;OMV name="VV"/&gt;
    &lt;/OMA&gt;
  &lt;/OMA&gt;
&lt;/OMOBJ&gt;</pre>
<div style="display:none; margin-top: 0.5em" id="N100A0pref">
  <a href="relation1.html#eq">eq</a>
(<a href="linalg3.html#rowcount">rowcount</a>
(<a href="linalgsym1.html#symmetric">symmetric</a>
( <i>VV</i>)
)
, <a href="linalg3.html#size">size</a>
( <i>VV</i>)
)

</div>
<div style="display:block; margin-top: 0.5em" id="N100A0mml">
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
  <mrow>
<mrow>
<mi xmlns="http://www.w3.org/1998/Math/MathML">rowcount</mi>
<mo>⁡</mo>
<mrow>
<mo>(</mo>
<mrow>
<mi xmlns="http://www.w3.org/1998/Math/MathML">symmetric</mi>
<mo>⁡</mo>
<mrow>
<mo>(</mo>
<mi xmlns="http://www.w3.org/1998/Math/MathML">VV</mi>
<mo>)</mo>
</mrow>
</mrow>
<mo>)</mo>
</mrow>
</mrow>
<mo xmlns="http://www.w3.org/1998/Math/MathML">=</mo>
<mrow>
<mi xmlns="http://www.w3.org/1998/Math/MathML">size</mi>
<mo>⁡</mo>
<mrow>
<mo>(</mo>
<mi xmlns="http://www.w3.org/1998/Math/MathML">VV</mi>
<mo>)</mo>
</mrow>
</mrow>
</mrow>
</math>
</div>
</dd>
</dl>

<dl>
<dt>
<span class="dt">Example:</span>
</dt>
<dd>
An example to represent the symmetric matrix:
[[1,2,3,4]
 [2,5,6,7]
 [3,6,8,9]
 [4,7,9,10]]

<div>
<button onclick="divfold('N100CBxml')" style="width:6em; background-color:#CCCCCC" id="N100CBxmla">xml</button> <button onclick="divfold('N100CBpref')" style="width:6em; background-color:#CCCCCC" id="N100CBprefa">prefix</button> <button onclick="divfold('N100CBmml')" style="width:6em; background-color:#AAFFAA" id="N100CBmmla">mathml</button>
</div>
<pre style="display:none" id="N100CBxml">&lt;OMOBJ xmlns="http://www.openmath.org/OpenMath" version="2.0" cdbase="http://www.openmath.org/cd"&gt;
  &lt;OMA&gt;
    &lt;OMS cd="linalgsym1" name="symmetric"/&gt;
    &lt;OMA&gt;
      &lt;OMS cd="linalg2" name="vector"/&gt;
      &lt;OMA&gt;
        &lt;OMS cd="linalg2" name="vector"/&gt;
	&lt;OMI&gt; 1 &lt;/OMI&gt;	
	&lt;OMI&gt; 2 &lt;/OMI&gt;	
	&lt;OMI&gt; 3 &lt;/OMI&gt;	
	&lt;OMI&gt; 4 &lt;/OMI&gt;	
      &lt;/OMA&gt;
      &lt;OMA&gt;
        &lt;OMS cd="linalg2" name="vector"/&gt;
	&lt;OMI&gt; 5 &lt;/OMI&gt;	
	&lt;OMI&gt; 6 &lt;/OMI&gt;	
	&lt;OMI&gt; 7 &lt;/OMI&gt;	
      &lt;/OMA&gt;
      &lt;OMA&gt;
        &lt;OMS cd="linalg2" name="vector"/&gt;
	&lt;OMI&gt; 8 &lt;/OMI&gt;	
	&lt;OMI&gt; 9 &lt;/OMI&gt;	
      &lt;/OMA&gt;
      &lt;OMA&gt;
        &lt;OMS cd="linalg2" name="vector"/&gt;
	&lt;OMI&gt; 10 &lt;/OMI&gt;
      &lt;/OMA&gt;
    &lt;/OMA&gt;
  &lt;/OMA&gt;
&lt;/OMOBJ&gt;</pre>
<div style="display:none; margin-top: 0.5em" id="N100CBpref">
  <a href="linalgsym1.html#symmetric">symmetric</a>
(<a href="linalg2.html#vector">vector</a>
(<a href="linalg2.html#vector">vector</a>
( 1 ,  2 ,  3 ,  4 )
, <a href="linalg2.html#vector">vector</a>
( 5 ,  6 ,  7 )
, <a href="linalg2.html#vector">vector</a>
( 8 ,  9 )
, <a href="linalg2.html#vector">vector</a>
( 10 )
)
)

</div>
<div style="display:block; margin-top: 0.5em" id="N100CBmml">
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
  <mrow>
<mi xmlns="http://www.w3.org/1998/Math/MathML">symmetric</mi>
<mo>⁡</mo>
<mrow>
<mo>(</mo>
<mrow>
<mo xmlns="http://www.w3.org/1998/Math/MathML">(</mo>
<mrow>
<mo xmlns="http://www.w3.org/1998/Math/MathML">(</mo>
<mn> 1 </mn>
<mo separator="true" xmlns="http://www.w3.org/1998/Math/MathML">,</mo>
<mn> 2 </mn>
<mo separator="true" xmlns="http://www.w3.org/1998/Math/MathML">,</mo>
<mn> 3 </mn>
<mo separator="true" xmlns="http://www.w3.org/1998/Math/MathML">,</mo>
<mn> 4 </mn>
<mo xmlns="http://www.w3.org/1998/Math/MathML">)</mo>
</mrow>
<mo separator="true" xmlns="http://www.w3.org/1998/Math/MathML">,</mo>
<mrow>
<mo xmlns="http://www.w3.org/1998/Math/MathML">(</mo>
<mn> 5 </mn>
<mo separator="true" xmlns="http://www.w3.org/1998/Math/MathML">,</mo>
<mn> 6 </mn>
<mo separator="true" xmlns="http://www.w3.org/1998/Math/MathML">,</mo>
<mn> 7 </mn>
<mo xmlns="http://www.w3.org/1998/Math/MathML">)</mo>
</mrow>
<mo separator="true" xmlns="http://www.w3.org/1998/Math/MathML">,</mo>
<mrow>
<mo xmlns="http://www.w3.org/1998/Math/MathML">(</mo>
<mn> 8 </mn>
<mo separator="true" xmlns="http://www.w3.org/1998/Math/MathML">,</mo>
<mn> 9 </mn>
<mo xmlns="http://www.w3.org/1998/Math/MathML">)</mo>
</mrow>
<mo separator="true" xmlns="http://www.w3.org/1998/Math/MathML">,</mo>
<mrow>
<mo xmlns="http://www.w3.org/1998/Math/MathML">(</mo>
<mn> 10 </mn>
<mo xmlns="http://www.w3.org/1998/Math/MathML">)</mo>
</mrow>
<mo xmlns="http://www.w3.org/1998/Math/MathML">)</mo>
</mrow>
<mo>)</mo>
</mrow>
</mrow>
</math>
</div>
</dd>
</dl>

<dl>
<dt>
<span class="dt">Signatures:</span>
</dt>
<dd>
<a href="../sts/linalgsym1.html#symmetric">
      sts
      </a>
</dd>
</dl>
<p/>
<hr/>
<table width="100%">
<tr>
<td align="right">
<font size="-1">
      [Next: <a href="#skew_symmetric">skew_symmetric</a>]
    
      [Last: <a href="#anti_Hermitian">anti_Hermitian</a>]
    
[<a href="#top">Top</a>]</font>
</td>
</tr>
</table>

<hr/>
<h2>
<a name="skew_symmetric"> skew_symmetric </a>
</h2>
<dl>
<dt>
<span class="dt">Role:</span>
</dt>
<dd>application</dd>
</dl>
<dl>
<dt>
<span class="dt">Description:</span>
</dt>
<dd>
<p>
This symbol represents a skew-symmetric matrix, it takes one
argument. The argument should be a vector of vectors of elements of
the matrix. For j&gt;i the ij'th element of the matrix is the (j-i+1)'th
element of the i'th element of the argument. This determines the
elements above the diagonal of the matrix, the elements below the
diagonal of the matrix must conform to the rule M = - transpose
M. This rule implies that the elements on the diagonal must be equal
to 0, therefore we do not include these in the argument.
</p>
</dd>
</dl>

<dl>
<dt>
<span class="dt">Commented Mathematical property (CMP):</span>
</dt>
<dd> The elements on the diagonal of a skew-symmetric matrix are zero </dd>
</dl>

<dl>
<dt>
<span class="dt">Formal Mathematical property (FMP):</span>
</dt>
<dd>
<div>
<button onclick="divfold('N1012Bxml')" style="width:6em; background-color:#CCCCCC" id="N1012Bxmla">xml</button> <button onclick="divfold('N1012Bpref')" style="width:6em; background-color:#CCCCCC" id="N1012Bprefa">prefix</button> <button onclick="divfold('N1012Bmml')" style="width:6em; background-color:#AAFFAA" id="N1012Bmmla">mathml</button>
</div>
<pre style="display:none" id="N1012Bxml">&lt;OMOBJ xmlns="http://www.openmath.org/OpenMath" version="2.0" cdbase="http://www.openmath.org/cd"&gt;
  &lt;OMA&gt;
    &lt;OMS cd="relation1" name="eq"/&gt;
    &lt;OMA&gt;
      &lt;OMS cd="linalg1" name="matrix_selector"/&gt;
      &lt;OMV name="i"/&gt;
      &lt;OMV name="i"/&gt;
      &lt;OMA&gt;
        &lt;OMS cd="linalgsym1" name="skew_symmetric"/&gt;
	&lt;OMV name="VV"/&gt;
      &lt;/OMA&gt;
    &lt;/OMA&gt;
    &lt;OMS cd="alg1" name="zero"/&gt;
  &lt;/OMA&gt;
&lt;/OMOBJ&gt;</pre>
<div style="display:none; margin-top: 0.5em" id="N1012Bpref">
  <a href="relation1.html#eq">eq</a>
(<a href="linalg1.html#matrix_selector">matrix_selector</a>
( <i>i</i>,  <i>i</i>, <a href="linalgsym1.html#skew_symmetric">skew_symmetric</a>
( <i>VV</i>)
)
, <a href="alg1.html#zero">zero</a>)

</div>
<div style="display:block; margin-top: 0.5em" id="N1012Bmml">
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
  <mrow>
<msub>
<mrow>
<mi xmlns="http://www.w3.org/1998/Math/MathML">skew_symmetric</mi>
<mo>⁡</mo>
<mrow>
<mo>(</mo>
<mi xmlns="http://www.w3.org/1998/Math/MathML">VV</mi>
<mo>)</mo>
</mrow>
</mrow>
<mfenced>
<mi xmlns="http://www.w3.org/1998/Math/MathML">i</mi>
<mi xmlns="http://www.w3.org/1998/Math/MathML">i</mi>
</mfenced>
</msub>
<mo xmlns="http://www.w3.org/1998/Math/MathML">=</mo>
<mn>0</mn>
</mrow>
</math>
</div>
</dd>
</dl>

<dl>
<dt>
<span class="dt">Commented Mathematical property (CMP):</span>
</dt>
<dd> for a skew-symmetric matrix M, M = - transpose M </dd>
</dl>
<dl>
<dt>
<span class="dt">Formal Mathematical property (FMP):</span>
</dt>
<dd>
<div>
<button onclick="divfold('N10159xml')" style="width:6em; background-color:#CCCCCC" id="N10159xmla">xml</button> <button onclick="divfold('N10159pref')" style="width:6em; background-color:#CCCCCC" id="N10159prefa">prefix</button> <button onclick="divfold('N10159mml')" style="width:6em; background-color:#AAFFAA" id="N10159mmla">mathml</button>
</div>
<pre style="display:none" id="N10159xml">&lt;OMOBJ xmlns="http://www.openmath.org/OpenMath" version="2.0" cdbase="http://www.openmath.org/cd"&gt;
  &lt;OMA&gt;
    &lt;OMS cd="relation1" name="eq"/&gt;
    &lt;OMA&gt;
      &lt;OMS cd="linalgsym1" name="skew_symmetric"/&gt;
      &lt;OMV name="VV"/&gt;
    &lt;/OMA&gt;
    &lt;OMA&gt;
      &lt;OMS cd="arith1" name="unary_minus"/&gt;
      &lt;OMA&gt;
        &lt;OMS cd="linalg1" name="transpose"/&gt;
        &lt;OMA&gt;
          &lt;OMS cd="linalgsym1" name="skew_symmetric"/&gt;
          &lt;OMV name="VV"/&gt;
        &lt;/OMA&gt;
      &lt;/OMA&gt;
    &lt;/OMA&gt;
  &lt;/OMA&gt;
&lt;/OMOBJ&gt;</pre>
<div style="display:none; margin-top: 0.5em" id="N10159pref">
  <a href="relation1.html#eq">eq</a>
(<a href="linalgsym1.html#skew_symmetric">skew_symmetric</a>
( <i>VV</i>)
, <a href="arith1.html#unary_minus">unary_minus</a>
(<a href="linalg1.html#transpose">transpose</a>
(<a href="linalgsym1.html#skew_symmetric">skew_symmetric</a>
( <i>VV</i>)
)
)
)

</div>
<div style="display:block; margin-top: 0.5em" id="N10159mml">
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
  <mrow>
<mrow>
<mi xmlns="http://www.w3.org/1998/Math/MathML">skew_symmetric</mi>
<mo>⁡</mo>
<mrow>
<mo>(</mo>
<mi xmlns="http://www.w3.org/1998/Math/MathML">VV</mi>
<mo>)</mo>
</mrow>
</mrow>
<mo xmlns="http://www.w3.org/1998/Math/MathML">=</mo>
<mrow>
<mo>-</mo>
<msup xmlns="http://www.w3.org/1998/Math/MathML">
<mrow>
<mi>skew_symmetric</mi>
<mo>⁡</mo>
<mrow>
<mo>(</mo>
<mi>VV</mi>
<mo>)</mo>
</mrow>
</mrow>
<mi>T</mi>
</msup>
</mrow>
</mrow>
</math>
</div>
</dd>
</dl>

<dl>
<dt>
<span class="dt">Example:</span>
</dt>
<dd>
An example to represent the skew-symmetric matrix:
[[ 0, 2, 3, 4]
 [-2, 0, 6, 7]
 [-3,-6, 0, 9]
 [-4,-7,-9, 0]]

<div>
<button onclick="divfold('N1018Bxml')" style="width:6em; background-color:#CCCCCC" id="N1018Bxmla">xml</button> <button onclick="divfold('N1018Bpref')" style="width:6em; background-color:#CCCCCC" id="N1018Bprefa">prefix</button> <button onclick="divfold('N1018Bmml')" style="width:6em; background-color:#AAFFAA" id="N1018Bmmla">mathml</button>
</div>
<pre style="display:none" id="N1018Bxml">&lt;OMOBJ xmlns="http://www.openmath.org/OpenMath" version="2.0" cdbase="http://www.openmath.org/cd"&gt;
  &lt;OMA&gt;
    &lt;OMS cd="linalgsym1" name="skew_symmetric"/&gt;
    &lt;OMA&gt;
      &lt;OMS cd="linalg2" name="vector"/&gt;
      &lt;OMA&gt;
        &lt;OMS cd="linalg2" name="vector"/&gt;
	&lt;OMI&gt; 2 &lt;/OMI&gt;	
	&lt;OMI&gt; 3 &lt;/OMI&gt;	
	&lt;OMI&gt; 4 &lt;/OMI&gt;	
      &lt;/OMA&gt;
      &lt;OMA&gt;
        &lt;OMS cd="linalg2" name="vector"/&gt;
	&lt;OMI&gt; 6 &lt;/OMI&gt;	
	&lt;OMI&gt; 7 &lt;/OMI&gt;	
      &lt;/OMA&gt;
      &lt;OMA&gt;
        &lt;OMS cd="linalg2" name="vector"/&gt;
	&lt;OMI&gt; 9 &lt;/OMI&gt;	
      &lt;/OMA&gt;
    &lt;/OMA&gt;
  &lt;/OMA&gt;
&lt;/OMOBJ&gt;</pre>
<div style="display:none; margin-top: 0.5em" id="N1018Bpref">
  <a href="linalgsym1.html#skew_symmetric">skew_symmetric</a>
(<a href="linalg2.html#vector">vector</a>
(<a href="linalg2.html#vector">vector</a>
( 2 ,  3 ,  4 )
, <a href="linalg2.html#vector">vector</a>
( 6 ,  7 )
, <a href="linalg2.html#vector">vector</a>
( 9 )
)
)

</div>
<div style="display:block; margin-top: 0.5em" id="N1018Bmml">
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
  <mrow>
<mi xmlns="http://www.w3.org/1998/Math/MathML">skew_symmetric</mi>
<mo>⁡</mo>
<mrow>
<mo>(</mo>
<mrow>
<mo xmlns="http://www.w3.org/1998/Math/MathML">(</mo>
<mrow>
<mo xmlns="http://www.w3.org/1998/Math/MathML">(</mo>
<mn> 2 </mn>
<mo separator="true" xmlns="http://www.w3.org/1998/Math/MathML">,</mo>
<mn> 3 </mn>
<mo separator="true" xmlns="http://www.w3.org/1998/Math/MathML">,</mo>
<mn> 4 </mn>
<mo xmlns="http://www.w3.org/1998/Math/MathML">)</mo>
</mrow>
<mo separator="true" xmlns="http://www.w3.org/1998/Math/MathML">,</mo>
<mrow>
<mo xmlns="http://www.w3.org/1998/Math/MathML">(</mo>
<mn> 6 </mn>
<mo separator="true" xmlns="http://www.w3.org/1998/Math/MathML">,</mo>
<mn> 7 </mn>
<mo xmlns="http://www.w3.org/1998/Math/MathML">)</mo>
</mrow>
<mo separator="true" xmlns="http://www.w3.org/1998/Math/MathML">,</mo>
<mrow>
<mo xmlns="http://www.w3.org/1998/Math/MathML">(</mo>
<mn> 9 </mn>
<mo xmlns="http://www.w3.org/1998/Math/MathML">)</mo>
</mrow>
<mo xmlns="http://www.w3.org/1998/Math/MathML">)</mo>
</mrow>
<mo>)</mo>
</mrow>
</mrow>
</math>
</div>
</dd>
</dl>

<dl>
<dt>
<span class="dt">Signatures:</span>
</dt>
<dd>
<a href="../sts/linalgsym1.html#skew_symmetric">
      sts
      </a>
</dd>
</dl>
<p/>
<hr/>
<table width="100%">
<tr>
<td align="right">
<font size="-1">
      [Next: <a href="#Hermitian">Hermitian</a>]
    
      [Previous: <a href="#symmetric">symmetric</a>]
    
[<a href="#top">Top</a>]</font>
</td>
</tr>
</table>

<hr/>
<h2>
<a name="Hermitian"> Hermitian </a>
</h2>
<dl>
<dt>
<span class="dt">Role:</span>
</dt>
<dd>application</dd>
</dl>
<dl>
<dt>
<span class="dt">Description:</span>
</dt>
<dd>
<p>
This symbol represents a Hermitian matrix, it takes one
argument. The argument should be a vector of vectors of values which
determine the upper triangle of the matrix. The lower triangle of the
matrix is specified by the following relation: M^* = transpose(M),
were M^* denotes the matrix consisting of all the complex conjugates
of M.
</p>
</dd>
</dl>

<dl>
<dt>
<span class="dt">Commented Mathematical property (CMP):</span>
</dt>
<dd>
The complex conjugate of a Hermitian matrix equals its transpose
</dd>
</dl>

<dl>
<dt>
<span class="dt">Commented Mathematical property (CMP):</span>
</dt>
<dd> The diagonal elements of a Hermitian matrix will be real </dd>
</dl>

<dl>
<dt>
<span class="dt">Formal Mathematical property (FMP):</span>
</dt>
<dd>
<div>
<button onclick="divfold('N101DBxml')" style="width:6em; background-color:#CCCCCC" id="N101DBxmla">xml</button> <button onclick="divfold('N101DBpref')" style="width:6em; background-color:#CCCCCC" id="N101DBprefa">prefix</button> <button onclick="divfold('N101DBmml')" style="width:6em; background-color:#AAFFAA" id="N101DBmmla">mathml</button>
</div>
<pre style="display:none" id="N101DBxml">&lt;OMOBJ xmlns="http://www.openmath.org/OpenMath" version="2.0" cdbase="http://www.openmath.org/cd"&gt;
  &lt;OMA&gt;
    &lt;OMS cd="set1" name="in"/&gt;
    &lt;OMA&gt;
      &lt;OMS cd="linalg1" name="matrix_selector"/&gt;
      &lt;OMV name="i"/&gt;
      &lt;OMV name="i"/&gt;
      &lt;OMA&gt;
        &lt;OMS cd="linalgsym1" name="Hermitian"/&gt;
	&lt;OMV name="VV"/&gt;
      &lt;/OMA&gt;
    &lt;/OMA&gt;
    &lt;OMS cd="setname1" name="R"/&gt;
  &lt;/OMA&gt;
&lt;/OMOBJ&gt;</pre>
<div style="display:none; margin-top: 0.5em" id="N101DBpref">
  <a href="set1.html#in">in</a>
(<a href="linalg1.html#matrix_selector">matrix_selector</a>
( <i>i</i>,  <i>i</i>, <a href="linalgsym1.html#Hermitian">Hermitian</a>
( <i>VV</i>)
)
, <a href="setname1.html#R">R</a>)

</div>
<div style="display:block; margin-top: 0.5em" id="N101DBmml">
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
  <mrow>
<msub>
<mrow>
<mi xmlns="http://www.w3.org/1998/Math/MathML">Hermitian</mi>
<mo>⁡</mo>
<mrow>
<mo>(</mo>
<mi xmlns="http://www.w3.org/1998/Math/MathML">VV</mi>
<mo>)</mo>
</mrow>
</mrow>
<mfenced>
<mi xmlns="http://www.w3.org/1998/Math/MathML">i</mi>
<mi xmlns="http://www.w3.org/1998/Math/MathML">i</mi>
</mfenced>
</msub>
<mo xmlns="http://www.w3.org/1998/Math/MathML">∈</mo>
<mi mathvariant="double-struck">R</mi>
</mrow>
</math>
</div>
</dd>
</dl>

<dl>
<dt>
<span class="dt">Example:</span>
</dt>
<dd>
An example to describe the Hermitian matrix:
[[1 , 2+2i]
 [2-2i, 3]]
<div>
<button onclick="divfold('N10206xml')" style="width:6em; background-color:#CCCCCC" id="N10206xmla">xml</button> <button onclick="divfold('N10206pref')" style="width:6em; background-color:#CCCCCC" id="N10206prefa">prefix</button> <button onclick="divfold('N10206mml')" style="width:6em; background-color:#AAFFAA" id="N10206mmla">mathml</button>
</div>
<pre style="display:none" id="N10206xml">&lt;OMOBJ xmlns="http://www.openmath.org/OpenMath" version="2.0" cdbase="http://www.openmath.org/cd"&gt;
  &lt;OMA&gt;
    &lt;OMS cd="linalgsym1" name="Hermitian"/&gt;
    &lt;OMA&gt;
      &lt;OMS cd="linalg2" name="vector"/&gt;
      &lt;OMA&gt;
        &lt;OMS cd="linalg2" name="vector"/&gt;
        &lt;OMI&gt;1&lt;/OMI&gt;
	&lt;OMA&gt;
	  &lt;OMS cd="complex1" name="complex_cartesian"/&gt;
	  &lt;OMI&gt; 2 &lt;/OMI&gt;&lt;OMI&gt; 2 &lt;/OMI&gt;
	&lt;/OMA&gt;
      &lt;/OMA&gt;
      &lt;OMA&gt;
        &lt;OMS cd="linalg2" name="vector"/&gt;
        &lt;OMI&gt;3&lt;/OMI&gt;
      &lt;/OMA&gt;
    &lt;/OMA&gt;
  &lt;/OMA&gt;
&lt;/OMOBJ&gt;</pre>
<div style="display:none; margin-top: 0.5em" id="N10206pref">
  <a href="linalgsym1.html#Hermitian">Hermitian</a>
(<a href="linalg2.html#vector">vector</a>
(<a href="linalg2.html#vector">vector</a>
(1, <a href="complex1.html#complex_cartesian">complex_cartesian</a>
( 2 ,  2 )
)
, <a href="linalg2.html#vector">vector</a>
(3)
)
)

</div>
<div style="display:block; margin-top: 0.5em" id="N10206mml">
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
  <mrow>
<mi xmlns="http://www.w3.org/1998/Math/MathML">Hermitian</mi>
<mo>⁡</mo>
<mrow>
<mo>(</mo>
<mrow>
<mo xmlns="http://www.w3.org/1998/Math/MathML">(</mo>
<mrow>
<mo xmlns="http://www.w3.org/1998/Math/MathML">(</mo>
<mn>1</mn>
<mo separator="true" xmlns="http://www.w3.org/1998/Math/MathML">,</mo>
<mrow>
<mn xmlns="http://www.w3.org/1998/Math/MathML"> 2 </mn>
<mo>+</mo>
<mrow>
<mn xmlns="http://www.w3.org/1998/Math/MathML"> 2 </mn>
<mo>⁢</mo>
<mi>i</mi>
</mrow>
</mrow>
<mo xmlns="http://www.w3.org/1998/Math/MathML">)</mo>
</mrow>
<mo separator="true" xmlns="http://www.w3.org/1998/Math/MathML">,</mo>
<mrow>
<mo xmlns="http://www.w3.org/1998/Math/MathML">(</mo>
<mn>3</mn>
<mo xmlns="http://www.w3.org/1998/Math/MathML">)</mo>
</mrow>
<mo xmlns="http://www.w3.org/1998/Math/MathML">)</mo>
</mrow>
<mo>)</mo>
</mrow>
</mrow>
</math>
</div>
</dd>
</dl>

<dl>
<dt>
<span class="dt">Signatures:</span>
</dt>
<dd>
<a href="../sts/linalgsym1.html#Hermitian">
      sts
      </a>
</dd>
</dl>
<p/>
<hr/>
<table width="100%">
<tr>
<td align="right">
<font size="-1">
      [Next: <a href="#anti_Hermitian">anti_Hermitian</a>]
    
      [Previous: <a href="#skew_symmetric">skew_symmetric</a>]
    
[<a href="#top">Top</a>]</font>
</td>
</tr>
</table>

<hr/>
<h2>
<a name="anti_Hermitian"> anti_Hermitian </a>
</h2>
<dl>
<dt>
<span class="dt">Role:</span>
</dt>
<dd>application</dd>
</dl>
<dl>
<dt>
<span class="dt">Description:</span>
</dt>
<dd>
<p>
This symbol represents an anti-Hermitian matrix, it takes one
argument. The argument should be a vector of vectors of values which
determine the upper triangle of the matrix. The lower triangle of the
matrix is specified by the following relation: - M^* = transpose(M),
were M^* denotes the matrix consisting of all the complex conjugates
of M. These rules imply that the main diagonal is zero, therefore the
argument should not include it.
</p>
</dd>
</dl>

<dl>
<dt>
<span class="dt">Commented Mathematical property (CMP):</span>
</dt>
<dd>
The complex conjugate of an anti-Hermitian matrix equals minus its transpose
</dd>
</dl>

<dl>
<dt>
<span class="dt">Commented Mathematical property (CMP):</span>
</dt>
<dd> an anti-hermitian matrix will have zero on the diagonal </dd>
</dl>

<dl>
<dt>
<span class="dt">Formal Mathematical property (FMP):</span>
</dt>
<dd>
<div>
<button onclick="divfold('N1024Fxml')" style="width:6em; background-color:#CCCCCC" id="N1024Fxmla">xml</button> <button onclick="divfold('N1024Fpref')" style="width:6em; background-color:#CCCCCC" id="N1024Fprefa">prefix</button> <button onclick="divfold('N1024Fmml')" style="width:6em; background-color:#AAFFAA" id="N1024Fmmla">mathml</button>
</div>
<pre style="display:none" id="N1024Fxml">&lt;OMOBJ xmlns="http://www.openmath.org/OpenMath" version="2.0" cdbase="http://www.openmath.org/cd"&gt;
  &lt;OMA&gt;
    &lt;OMS cd="relation1" name="eq"/&gt;
    &lt;OMA&gt;
      &lt;OMS cd="linalg1" name="matrix_selector"/&gt;
      &lt;OMV name="i"/&gt;
      &lt;OMV name="i"/&gt;
      &lt;OMA&gt;
        &lt;OMS cd="linalgsym1" name="anti_Hermitian"/&gt;
	&lt;OMV name="VV"/&gt;
      &lt;/OMA&gt;
    &lt;/OMA&gt;
    &lt;OMS cd="alg1" name="zero"/&gt;
  &lt;/OMA&gt;
&lt;/OMOBJ&gt;</pre>
<div style="display:none; margin-top: 0.5em" id="N1024Fpref">
  <a href="relation1.html#eq">eq</a>
(<a href="linalg1.html#matrix_selector">matrix_selector</a>
( <i>i</i>,  <i>i</i>, <a href="linalgsym1.html#anti_Hermitian">anti_Hermitian</a>
( <i>VV</i>)
)
, <a href="alg1.html#zero">zero</a>)

</div>
<div style="display:block; margin-top: 0.5em" id="N1024Fmml">
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
  <mrow>
<msub>
<mrow>
<mi xmlns="http://www.w3.org/1998/Math/MathML">anti_Hermitian</mi>
<mo>⁡</mo>
<mrow>
<mo>(</mo>
<mi xmlns="http://www.w3.org/1998/Math/MathML">VV</mi>
<mo>)</mo>
</mrow>
</mrow>
<mfenced>
<mi xmlns="http://www.w3.org/1998/Math/MathML">i</mi>
<mi xmlns="http://www.w3.org/1998/Math/MathML">i</mi>
</mfenced>
</msub>
<mo xmlns="http://www.w3.org/1998/Math/MathML">=</mo>
<mn>0</mn>
</mrow>
</math>
</div>
</dd>
</dl>

<dl>
<dt>
<span class="dt">Example:</span>
</dt>
<dd>
An example to describe the anti-Hermitian matrix:
[[0    , 1+i]
 [-1+i , 0  ]]
<div>
<button onclick="divfold('N1027Axml')" style="width:6em; background-color:#CCCCCC" id="N1027Axmla">xml</button> <button onclick="divfold('N1027Apref')" style="width:6em; background-color:#CCCCCC" id="N1027Aprefa">prefix</button> <button onclick="divfold('N1027Amml')" style="width:6em; background-color:#AAFFAA" id="N1027Ammla">mathml</button>
</div>
<pre style="display:none" id="N1027Axml">&lt;OMOBJ xmlns="http://www.openmath.org/OpenMath" version="2.0" cdbase="http://www.openmath.org/cd"&gt;
  &lt;OMA&gt;
    &lt;OMS cd="linalgsym1" name="anti_Hermitian"/&gt;
    &lt;OMA&gt;
      &lt;OMS cd="linalg2" name="vector"/&gt;
    &lt;OMA&gt;
      &lt;OMS cd="linalg2" name="vector"/&gt;
      &lt;OMA&gt;
        &lt;OMS cd="complex1" name="complex_cartesian"/&gt;
	&lt;OMI&gt; 1 &lt;/OMI&gt;&lt;OMI&gt; 1 &lt;/OMI&gt;
      &lt;/OMA&gt;
    &lt;/OMA&gt;
  &lt;/OMA&gt;
  &lt;/OMA&gt;
&lt;/OMOBJ&gt;</pre>
<div style="display:none; margin-top: 0.5em" id="N1027Apref">
  <a href="linalgsym1.html#anti_Hermitian">anti_Hermitian</a>
(<a href="linalg2.html#vector">vector</a>
(<a href="linalg2.html#vector">vector</a>
(<a href="complex1.html#complex_cartesian">complex_cartesian</a>
( 1 ,  1 )
)
)
)

</div>
<div style="display:block; margin-top: 0.5em" id="N1027Amml">
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
  <mrow>
<mi xmlns="http://www.w3.org/1998/Math/MathML">anti_Hermitian</mi>
<mo>⁡</mo>
<mrow>
<mo>(</mo>
<mrow>
<mo xmlns="http://www.w3.org/1998/Math/MathML">(</mo>
<mrow>
<mo xmlns="http://www.w3.org/1998/Math/MathML">(</mo>
<mrow>
<mn xmlns="http://www.w3.org/1998/Math/MathML"> 1 </mn>
<mo>+</mo>
<mi>i</mi>
</mrow>
<mo xmlns="http://www.w3.org/1998/Math/MathML">)</mo>
</mrow>
<mo xmlns="http://www.w3.org/1998/Math/MathML">)</mo>
</mrow>
<mo>)</mo>
</mrow>
</mrow>
</math>
</div>
</dd>
</dl>
<dl>
<dt>
<span class="dt">Signatures:</span>
</dt>
<dd>
<a href="../sts/linalgsym1.html#anti_Hermitian">
      sts
      </a>
</dd>
</dl>
<p/>
<hr/>
<table width="100%">
<tr>
<td align="right">
<font size="-1">
      [First: <a href="#symmetric">symmetric</a>]
    
      [Previous: <a href="#Hermitian">Hermitian</a>]
    
[<a href="#top">Top</a>]</font>
</td>
</tr>
</table>


</body>
</html>

