File: matrix1.html

package info (click to toggle)
liblouisxml 2.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,480 kB
  • sloc: sh: 10,349; ansic: 9,994; makefile: 654; xml: 228; python: 43
file content (18 lines) | stat: -rw-r--r-- 265 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
<body>
<p>Here is a simple matrix</p>
<math>
<mtable>
<mtr>
<mtd> <mn>4</mn> </mtd>
<mtd> <mi>x</mi> </mtd>
</mtr>
<mtr>
<mtd><mi>400</mi></mtd>
<mtd><mi>x</mi><mi>y</mi></mtd>
</mtr>
</mtable>
</math>
<p>It has two rows and two columns.</p>
</body>
</html>