Difference between revisions of "User:Zack"

From Slicer Wiki
Jump to: navigation, search
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
<flash>file=example.swf|quality=best</flash>
 
<flash>file=example.swf|quality=best</flash>
 +
 +
 +
 +
<math>
 +
  \operatorname{erfc}(x) =
 +
  \frac{2}{\sqrt{\pi}} \int_x^{\infty} e^{-t^2}\,dt =
 +
  \frac{e^{-x^2}}{x\sqrt{\pi}}\sum_{n=0}^\infty (-1)^n \frac{(2n)!}{n!(2x)^{2n}}
 +
</math>
 +
 +
 +
<graphviz border='frame' format='svg'>
 +
digraph G {Hello->World!}
 +
</graphviz>

Latest revision as of 17:19, 9 July 2010

<flash>file=example.swf|quality=best</flash>


[math] \operatorname{erfc}(x) = \frac{2}{\sqrt{\pi}} \int_x^{\infty} e^{-t^2}\,dt = \frac{e^{-x^2}}{x\sqrt{\pi}}\sum_{n=0}^\infty (-1)^n \frac{(2n)!}{n!(2x)^{2n}} [/math]


<graphviz border='frame' format='svg'> digraph G {Hello->World!} </graphviz>