<?xml version="1.0" encoding="UTF-8"?>
<example>
  <name>matrix3</name>
  <author>Dave Doyle, Design Science</author>
  <description>Test of a matrix with 1 element</description>
  <directory>Content/LinearAlgebra/matrix</directory>
  <prevPage>../../../Content/LinearAlgebra/matrix/inverse1</prevPage>
  <nextPage>../../../Content/LinearAlgebra/matrix/rec-matrix1</nextPage>
  <rendering>
    <img src="matrix3.png" creator="webeq" />
  </rendering>
  <tex></tex>
  <eqn>
    <math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <matrix> 
        <matrixrow> 
          <ci> c </ci> 
        </matrixrow> 
      </matrix> 
    </math>
  </eqn> 
  <src>
    &lt;math xmlns="http://www.w3.org/1998/Math/MathML"&gt; 
      &lt;matrix&gt; 
        &lt;matrixrow&gt; 
          &lt;ci&gt; c &lt;/ci&gt; 
        &lt;/matrixrow&gt; 
      &lt;/matrix&gt; 
    &lt;/math&gt;
  </src>
</example>