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

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Content/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:

0 1 0 0 0 0 1 0 1 0 0 0

Source Code:


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