<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="pmathml.xsl"?>
<!--
  pref:renderer="techexplorer-plugin"
  pref:renderer="techexplorer"
  pref:renderer="css"
  pref:renderer="mathplayer"
  pref:renderer="mathplayer-dl"
-->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/xml; charset=ISO-8859-1" />
  <meta http-equiv="Content-Type-Script" content="text/javascript" />
  <meta name="reply-to" content="taing@pobox.com" />
  <meta name="copyright" content="taine gilliam - 1999,2000" />
  <meta name="Author" content="Taine Gilliam" />
  <link rel="stylesheet" href="default.css" type="text/css" />
  <link rev="made" href="mailto:taing@pobox.com" />
  <link rel="contents" href="http://www.jtkdev.com" title="JTK Development Home" />
  <title>Projection Calculator Math(MathML)</title>
</head>

<body>
<h1>Projection Calculator Math</h1>

<h2>Basic Formula</h2>

<p><math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mfrac>
      <mi>slide size</mi>
      <mi>image size</mi>
    </mfrac>
    <mo>=</mo>
    <mfrac>
      <mi>slide distance</mi>
      <mi>image distance</mi>
    </mfrac>
  </mrow>
</math>
</p>

<p><math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mfrac>
      <mn>1</mn>
      <mi>focal length</mi>
    </mfrac>
    <mo>=</mo>
    <mfrac>
      <mn>1</mn>
      <mi>image distance</mi>
    </mfrac>
    <mo>+</mo>
    <mfrac>
      <mn>1</mn>
      <mi>slide distance</mi>
    </mfrac>
  </mrow>
</math>
</p>

<br />

<h2>Derived Formula</h2>
<p><math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>slide size</mi>
    <mo>=</mo>
    <mfrac>
      <mrow>
        <mi>image size</mi>
        <mo>&#215;</mo>
        <mi>focal length</mi>
      </mrow>
      <mrow>
        <mi>image distance</mi>
        <mo>&#8722;</mo>
        <mi>focal length</mi>
      </mrow>
    </mfrac>
  </mrow>
</math>
</p>

<p><math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>image size</mi>
    <mo>=</mo>
    <mi>slide size</mi>
    <mo>&#215;</mo>
    <mi></mi>
    <mrow>
      <mo>(</mo>
      <mfrac>
        <mi>image distance</mi>
        <mi>focal length</mi>
      </mfrac>
      <mo>&#8722;</mo>
      <mn>1</mn>
      <mo>)</mo>
    </mrow>
  </mrow>
</math>
</p>

<p><math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>image distance</mi>
    <mo>=</mo>
    <mi>focal length</mi>
    <mo>&#215;</mo>
    <mi></mi>
    <mrow>
      <mo>(</mo>
      <mfrac>
        <mi>image size</mi>
        <mi>slide size</mi>
      </mfrac>
      <mo>+</mo>
      <mn>1</mn>
      <mo>)</mo>
    </mrow>
  </mrow>
</math>
</p>

<p><math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>focal length</mi>
    <mo>=</mo>
    <mi></mi>
    <mfrac>
      <mrow>
        <mi>slide size</mi>
        <mo>&#215;</mo>
        <mi>image distance</mi>
      </mrow>
      <mrow>
        <mi>image size</mi>
        <mo>+</mo>
        <mi>slide size</mi>
      </mrow>
    </mfrac>
  </mrow>
</math>
</p>
<p>This page was created in <a href="http://www.w3.org/Amaya/">Amaya</a> using
<a href="http://www.w3.org/Math/">MathML</a>. We have added MathML display support using the W3C
suggestions found at <a href="http://www.w3.org/Math/XSL/">http://www.w3.org/Math/XSL/</a>.</p>

<a href="http://www.w3.org/Amaya"><img src="w3c-amaya.gif" height="" width="" alt="Created with Amaya" /></a>
<hr />
<a href="index.shtml">JTK Dev Home</a> &gt; <a href="calc.html">Projection Calc</a> &gt; <a href="proj_math.html">Proj. Calc Math</a> &gt; Proj. Calc Math(ML)
</body>
</html>
