| prev | next |
| File: | Content/LinearAlgebra/matrix/rec-matrix2.html | |
| Author: | MathML 2 Recomendation | |
| Description: | 2x2 matrix | |
| Sample Rendering: |
|
Your browser's rendering:
Source Code:
<math>
<matrix>
<matrixrow>
<cn> 1 </cn>
<cn> 2 </cn>
</matrixrow>
<matrixrow>
<cn> 3 </cn>
<cn> 4 </cn>
</matrixrow>
</matrix>
</math>