(18 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
= How to Enter Math in Rhea  =
 
= How to Enter Math in Rhea  =
  
Page in progress.&nbsp;<br>
+
''This page shows many of the functions and symbols that you are likely to need while working on the practice problems. *hint hint''
  
This page shows many of the functions and symbols that you are likely to need while working on the practice problems. *hint hint
+
<br>
  
I will try to keep this updated as the questions progress. If there is something that doesn't work for you or you find you need another formula, please email me or go to Wikipedia's page on [http://en.wikipedia.org/wiki/Help:Displaying_a_formula#Functions.2C_symbols.2C_special_characters Functions, Symbols, and Special Characters].
+
== Basics of Rhea/Wiki Math  ==
  
''' You must include the math tag for this to work. Like: <nowiki> <math>  ~~~  </math></nowiki>.
+
Math in Rhea is written using the Latex commands. To begin, you need use the math tags like: &lt;math&gt; formulas&nbsp;&lt;/math&gt;.  
  
{| class="wikitable" border="1" style="text-align: center; width: 700px;"
+
== Resources  ==
 +
 
 +
You should know that there is a host of resources already to help you along. One great page on Rhea is [[How to type Math Equations|How to type Math Equations]]. Another resource is Wikipedia's page on [http://en.wikipedia.org/wiki/Help:Formula#Functions.2C_symbols.2C_special_characters Functions, Symbols, and Special Characters].
 +
 
 +
<br>
 +
 
 +
{| class="wikitable" border="1" style="text-align: center; width: 800px;"
 +
|+ Commands helpful while doing the practice problems
 
|- style="height: 40px;"
 
|- style="height: 40px;"
 
! scope="col" | Description  
 
! scope="col" | Description  
 
! scope="col" | What it looks like  
 
! scope="col" | What it looks like  
! scope="col" | What you type  
+
! scope="col" | What you type
 
|- style="height: 30px;"
 
|- style="height: 30px;"
| ''Basic function'' || <math> e^{i*\pi}+1=0</math> |e^{i*\pi}+1=0
+
| ''Summations''  
|-style="height: 30px;"
+
| <math> \sum_{n=-\infty}^\infty x[n]e^{-j2\pi f}</math>  
| ''Basic function with variables'' || <math>y=2x^2+{x \over \omega} + 1</math>|| y=2x^2+{x \over \omega} + 1
+
| \sum_{n=-\infty}^\infty x[n]e^{-j2\pi f}
 +
|- style="height: 30px;"
 +
| ''Summations with Delta''  
 +
| <math>\sum_{k=0}^\infty x[n]\delta [n-k]</math>
 +
| \sum_{k=0}^\infty x[n]\delta [n-k]
 +
|- style="height: 30px;"
 +
| ''Fractions''
 +
| <math>y=x^2/2 +\frac{x}{\phi}</math>  
 +
| y=x^2/2 +\frac{x}{\phi}
 +
|- style="height: 30px;"
 +
| ''Integrals''
 +
| <math>\int\limits_{\alpha}^{\beta}e^\tau\ d\tau</math>
 +
| \int\limits_{\alpha}^{\beta}e^\tau\ d\tau
 +
|- style="height: 30px;"
 +
| ''Braces and Script Characters''
 +
| <math>\mathcal{F }\left \{ rect(t) \right \}, \mathcal{X}(\omega)</math>
 +
| \mathcal{F }\left \{ rect(t) \right \}, \mathcal{X}(\omega)
 +
|}
  
 +
<br>
 +
 +
{| class="wikitable" border="1" style="text-align: center; width: 800px;"
 +
|+ How to Format a Long Equation
 +
|-
 +
! scope="col" | What it looks like
 +
! scope="col" | What you type
 +
|-
 +
| <math>\begin{align}
 +
f(x) &= \int\limits_{0}^{2\pi} sin^2(\theta) \ d\theta \\ &= \int\limits_{0}^{2\pi} \big(1-cos^2(\theta) \big)\ d\theta \\ &= \int\limits_{0}^{2\pi} \bigg( 1-\Big(\frac{1}{2} +\frac{1}{2} cos(2\theta)\Big) \bigg)\ d\theta \\ &= \int\limits_{0}^{2\pi} \frac{1}{2}\ d\theta -\frac{1}{2} \int\limits_{0}^{2\pi} cos(2\theta) \ d\theta \\ &= \pi \end{align}</math>
 +
|  <nowiki>\begin{align} </nowiki>  <br> <br>
 +
<nowiki> f(x) &= \int\limits_{0}^{2\pi} sin^2(\theta) \ d\theta \\ </nowiki> <br> <br>
 +
<nowiki>&= \int\limits_{0}^{2\pi} \big(1-cos^2(\theta) \big)\ d\theta \\ </nowiki> <br> <br>
 +
<nowiki>&= \int\limits_{0}^{2\pi} \bigg( 1-\Big(\frac{1}{2}</nowiki> +<br> <nowiki>\frac{1}{2} cos(2\theta)\Big) \bigg)\ d\theta \\ </nowiki> <br> <br>
 +
<nowiki> &= \int\limits_{0}^{2\pi} \frac{1}{2}\ d\theta</nowiki> -<br> <nowiki>\frac{1}{2} \int\limits_{0}^{2\pi} cos(2\theta) \ d\theta \\ </nowiki> <br> <br>
 +
<nowiki>&= \pi \end{align}</nowiki>
 
|}
 
|}
  
[[User:TShenk|Back to TShenk]]
+
 
 +
[[2011_Fall_ECE_438_Boutin|ECE438 Fall 2011 Homepage]]

Latest revision as of 11:27, 30 September 2014

How to Enter Math in Rhea

This page shows many of the functions and symbols that you are likely to need while working on the practice problems. *hint hint


Basics of Rhea/Wiki Math

Math in Rhea is written using the Latex commands. To begin, you need use the math tags like: <math> formulas </math>.

Resources

You should know that there is a host of resources already to help you along. One great page on Rhea is How to type Math Equations. Another resource is Wikipedia's page on Functions, Symbols, and Special Characters.


Commands helpful while doing the practice problems
Description What it looks like What you type
Summations $ \sum_{n=-\infty}^\infty x[n]e^{-j2\pi f} $ \sum_{n=-\infty}^\infty x[n]e^{-j2\pi f}
Summations with Delta $ \sum_{k=0}^\infty x[n]\delta [n-k] $ \sum_{k=0}^\infty x[n]\delta [n-k]
Fractions $ y=x^2/2 +\frac{x}{\phi} $ y=x^2/2 +\frac{x}{\phi}
Integrals $ \int\limits_{\alpha}^{\beta}e^\tau\ d\tau $ \int\limits_{\alpha}^{\beta}e^\tau\ d\tau
Braces and Script Characters $ \mathcal{F }\left \{ rect(t) \right \}, \mathcal{X}(\omega) $ \mathcal{F }\left \{ rect(t) \right \}, \mathcal{X}(\omega)


How to Format a Long Equation
What it looks like What you type
$ \begin{align} f(x) &= \int\limits_{0}^{2\pi} sin^2(\theta) \ d\theta \\ &= \int\limits_{0}^{2\pi} \big(1-cos^2(\theta) \big)\ d\theta \\ &= \int\limits_{0}^{2\pi} \bigg( 1-\Big(\frac{1}{2} +\frac{1}{2} cos(2\theta)\Big) \bigg)\ d\theta \\ &= \int\limits_{0}^{2\pi} \frac{1}{2}\ d\theta -\frac{1}{2} \int\limits_{0}^{2\pi} cos(2\theta) \ d\theta \\ &= \pi \end{align} $ \begin{align}

f(x) &= \int\limits_{0}^{2\pi} sin^2(\theta) \ d\theta \\

&= \int\limits_{0}^{2\pi} \big(1-cos^2(\theta) \big)\ d\theta \\

&= \int\limits_{0}^{2\pi} \bigg( 1-\Big(\frac{1}{2} +
\frac{1}{2} cos(2\theta)\Big) \bigg)\ d\theta \\

&= \int\limits_{0}^{2\pi} \frac{1}{2}\ d\theta -
\frac{1}{2} \int\limits_{0}^{2\pi} cos(2\theta) \ d\theta \\

&= \pi \end{align}


ECE438 Fall 2011 Homepage

Alumni Liaison

Ph.D. 2007, working on developing cool imaging technologies for digital cameras, camera phones, and video surveillance cameras.

Buyue Zhang