| prev | next |
| File: | Presentation/TablesAndMatrices/mtable/rec-mtable1.html | |
| Author: | MathML 2 Recommendation | |
| Description: | Simple matrix | |
| Sample Rendering: |
|
Your browser's rendering:
Source Code:
<math>
<mrow>
<mo> ( </mo>
<mtable>
<mtr>
<mtd>
<mn>1</mn>
</mtd>
<mtd>
<mn>0</mn>
</mtd>
<mtd>
<mn>0</mn>
</mtd>
</mtr>
<mtr>
<mtd>
<mn>0</mn>
</mtd>
<mtd>
<mn>1</mn>
</mtd>
<mtd>
<mn>0</mn>
</mtd>
</mtr>
<mtr>
<mtd>
<mn>0</mn>
</mtd>
<mtd>
<mn>0</mn>
</mtd>
<mtd>
<mn>1</mn>
</mtd>
</mtr>
</mtable>
<mo> ) </mo>
</mrow>
</math>