Matrix Test

The purpose of this file is to test various XHTML table formats for use as accessible matrices. All of these are valid according to the XHTML 1.0 Strict but some are much more difficult to create than others.

1. Here is an original matrix from Math1006.htm

X
Y
Z

2. Here is the same matrix in a slightly updated table format.

X
Y
Z

3. Here is the same matrix in a significantly updated table format.

Matrix
X
Y
Z

4. Here is the original matrix that contained individual column matrices in the cells of a table that had one row and three columns.

u
v
w
x0
x1
x2
z1
z2
z3

5 Here is a minor update to the matrix in #4.

u
v
w
x0
x1
x2
z1
z2
z3

6. Here is a major update to the matrix in #5

Matrix
u
v
w
x0
x1
x2
z1
z2
z3

7. Here is a different formulation for #4

u x0 z1
v x1 z2
w x2 z3

8. Here is a significant update for #7.

 

Matrix
u x0 z1
v x1 z2
w x2 z3

zz

 

-end-