<?xml version="1.0" encoding="iso-8859-1"?>
<?xml-stylesheet type="text/xsl" href="../styles/mathml.xsl"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head> 
  <title>z-score MathML by grindle</title>
  <link href="../styles/mathML_generic.css" rel="stylesheet" type="text/css" />
</head>
<body>
<p>The square root symbol SHOULD enclose my last name.</p>
<p><math xmlns="http://www.w3.org/1998/Math/MathML" style="font-size:2em; color:#FF0000;">
        <mrow>
          <msqrt>
            <mrow>
              <mi>Grindle</mi>
            </mrow>
          </msqrt>
        </mrow>
      </math>
</p>
<!--
	<table border="1" id="characters" class="display_none">
		<tr>
		  <td>Relative Standing, z </td>
		<td>
			<math xmlns="http://www.w3.org/1998/Math/MathML">
				<mrow>
				<mi>z</mi>
				<mo>=</mo>
					<mfrac>
					<mrow><mi>x</mi><mo>-</mo><mi>µ</mi></mrow>
					<mrow><mi>s</mi></mrow>
					</mfrac>
				</mrow>
			</math>
		</td>
		  <td><img src="../images/z_neq1.gif" alt="z formula" width="83" height="50" /></td>
		  <td>na</td>
          <td>blank space</td>
		</tr>
	</table>
-->
</body>
</html>
