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

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Content/LinearAlgebra/matrix/rec-matrix1
CVS-ID:
Author:MathML 2 Recommendation
Description:3x3 identity matrix

Sample Rendering:

Created by: webeq

Your browser's rendering:

0 1 0 0 0 1 1 0 0

Source Code:


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