prev  ( testsuite > StrictContent > LinearAlgebra > matrix > rec-matrix3  )  next

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:StrictContent/LinearAlgebra/matrix/rec-matrix3
CVS-ID:
Author:Design Science, Inc. (D. Doyle, R. Miner)
Description:non-square matrix

Sample Rendering:

Created by: webeq

Your browser's rendering:

matrix matrixrow 0 1 0 0 matrixrow 0 0 1 0 matrixrow 1 0 0 0

Source Code:

<math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <csymbol cd="linalg2">matrix</csymbol>
            <apply>
               <csymbol cd="linalg2">matrixrow</csymbol>
               <cn>0</cn>
               <cn>1</cn>
               <cn>0</cn>
               <cn>0</cn>
            </apply>
            <apply>
               <csymbol cd="linalg2">matrixrow</csymbol>
               <cn>0</cn>
               <cn>0</cn>
               <cn>1</cn>
               <cn>0</cn>
            </apply>
            <apply>
               <csymbol cd="linalg2">matrixrow</csymbol>
               <cn>1</cn>
               <cn>0</cn>
               <cn>0</cn>
               <cn>0</cn>
            </apply>
         </apply>
      </math>