User:Kruhly/Math Markup

From WikiEducator
Jump to: navigation, search

Math

Icon activity.jpg

Math Activities

 

Math markup

<math> \frac{\beta + \alpha}{1 + \gamma} </math> renders as the following:

[math] \frac{\beta + \alpha}{1 + \gamma} [/math]

<math>\sum^N_{i=0} \int^{\frac{\pi}{2}}_x x_i^3+\frac{1}{x_i} \,dx_i</math>

[math]\sum^N_{i=0} \int^{\frac{\pi}{2}}_x x_i^3+\frac{1}{x_i} \,dx_i[/math]

<math>\delta \omega_{ng}= \omega_{ng} - \bar{\omega}_{ng}</math>


[math]\delta \omega_{ng}= \omega_{ng} - \bar{\omega}_{ng}[/math]

<math> \left( \int_{- \bar{\omega}_{ng}}^\infty d(\delta \omega_{ng}) \int_{- \bar{\omega}_{mg}}^\infty d(\delta \omega_{mg}) ... \right) \xi_{ij...k}^{(b)} (\omega_{ng}, \omega_{mg},...) f_{ng}(\delta\omega_{ng}) f_{mg}(\delta\omega_{mg}) ... </math>


[math] \left( \int_{- \bar{\omega}_{ng}}^\infty d(\delta \omega_{ng}) \int_{- \bar{\omega}_{mg}}^\infty d(\delta \omega_{mg}) ... \right) \xi_{ij...k}^{(b)} (\omega_{ng}, \omega_{mg},...) f_{ng}(\delta\omega_{ng}) f_{mg}(\delta\omega_{mg}) ... [/math]



Icon activity.jpg

Two Column Activity

Your goal is to solve the following equation for the variable [math]x[/math]:

[math]ax^2 + bx +c = 0[/math]

Things to do

  • Write out the steps for solving the equation in this column
  • Write out your explanations or thoughts in the right-hand column

headings

you can make headings using: == my heading name ==

Example

  1. [math]x^2 + \frac{b}{a}x + \frac{c}{a}= 0[/math]

Explanations

Use this column to describe the steps taken to solve the equation.

Math notation

You can use <math> my math </math> for math notation

Example Steps

  1. Divide each side of the equation by [math] a[/math].

Matrices

[math]\mathbf{A} = \begin{bmatrix} 9 & 8 & 6 \\ 1 & 2 & 7 \\ 4 & 9 & 2 \\ 6 & 0 & 5 \end{bmatrix}[/math]   or   [math]\mathbf{A} = \begin{pmatrix} 9 & 8 & 6 \\ 1 & 2 & 7 \\ 4 & 9 & 2 \\ 6 & 0 & 5 \end{pmatrix} [/math]