Line 1: Line 1:
Math functions need to be within either math tags <code><nowiki><math>a^2+b^2=c^2</math></nowiki></code> or double dollar signs <code><nowiki>$$a^2+b^2=c^2$$</nowiki></code>. The difference being, the math tag can be used inline and the double dollar sign will put the equation on it's own line and centered on the page.For expontents, you want to use the ^ symbol. So <math>A^x</math> would be written like this: <code>A^x</code>. If the exponent contains more than one character, you need to encase them in curly brackets {} so <math>A^{xyz}</math> would be written like <code>A^{xyz}</code>.
+
Math functions need to be within either math tags <code><nowiki><math>a^2+b^2=c^2</math></nowiki></code> or double dollar signs <code><nowiki>$$a^2+b^2=c^2$$</nowiki></code>. The difference being, the math tag can be used inline and the double dollar sign will put the equation on it's own line and centered on the page.
 +
 
 +
For expontents, you want to use the ^ symbol. So <math>A^x</math> would be written like this: <code>A^x</code>. If the exponent contains more than one character, you need to encase them in curly brackets {} so <math>A^{xyz}</math> would be written like <code>A^{xyz}</code>.
  
 
<math>
 
<math>

Revision as of 16:03, 8 November 2012

Math functions need to be within either math tags \(a^2+b^2=c^2\) or double dollar signs $$a^2+b^2=c^2$$. The difference being, the math tag can be used inline and the double dollar sign will put the equation on it's own line and centered on the page.

For expontents, you want to use the ^ symbol. So \(A^x\) would be written like this: A^x. If the exponent contains more than one character, you need to encase them in curly brackets {} so \(A^{xyz}\) would be written like A^{xyz}.

\( \sum f(x) = F(x) + g(x) \)

$$\sqrt{12*32}$$

\(A^2 + B^2 = C^2\)

$$A_{sv} = (A_{sd} * Sn_w) - I_{vol}$$

Where:

  • \(A_{sv}\) = Average snowmelt volume (depth/unit area)
  • \(A_{sd}\) = Average snowpack depth at the initiation of the snowmelt period
  • \(Sn_w\) = Typical snowpack water at time of melt
  • \(I_{vol}\) = Estimated infiltration volume likely to occur during a 10-day melt period.