Difference between revisions of "Sandbox"
From SolarSailWiki
m |
m |
||
Line 1: | Line 1: | ||
<am>int_-1^1 f(x+a/b)</am> | <am>int_-1^1 f(x+a/b)</am> | ||
+ | <php>echo ' | ||
<DIV CLASS="math"> | <DIV CLASS="math"> | ||
\int^1_\kappa | \int^1_\kappa | ||
Line 7: | Line 8: | ||
\left(\left(\frac{1-\sqrt{\kappa}}{1+\sqrt{\kappa}}\right)^{\!\!2}\right) | \left(\left(\frac{1-\sqrt{\kappa}}{1+\sqrt{\kappa}}\right)^{\!\!2}\right) | ||
</DIV> | </DIV> | ||
+ | '; | ||
+ | </php> | ||
<php> | <php> |
Revision as of 16:59, 20 April 2006
<am>int_-1^1 f(x+a/b)</am>
<php>echo '
\int^1_\kappa \left[\bigl(1-w^2\bigr)\bigl(\kappa^2-w^2\bigr)\right]^{-1/2} dw = \frac{4}{\left(1+\sqrt{\kappa}\,\right)^2} K \left(\left(\frac{1-\sqrt{\kappa}}{1+\sqrt{\kappa}}\right)^{\!\!2}\right)
'; </php>
<php> echo '<SCRIPT SRC="../Wikka/3rdparty/plugins/jsmath/plugins/autoload.js"></SCRIPT>'; echo '<script>jsMath.process()</script>'; </php>