Join our WikiEducator discussion group or Register now for free skills training

User:Kruhly/Math Markup

From WikiEducator

Jump to: navigation, search

Contents

Math

Math Activities

 

Math markup

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

 \frac{\beta + \alpha}{1 + \gamma}

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



Two Column Activity

Your goal is to solve the following equation for the variable x:

ax2 + bx + c = 0

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. x^2 + \frac{b}{a}x + \frac{c}{a}= 0

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 a.

Matrices

Failed to parse (PNG conversion failed; check for correct installation of latex, dvips, gs, and convert): \mathbf{A} = \begin{bmatrix} 9 & 8 & 6 \\ 1 & 2 & 7 \\ 4 & 9 & 2 \\ 6 & 0 & 5 \end{bmatrix}

  or   

Failed to parse (PNG conversion failed; check for correct installation of latex, dvips, gs, and convert): \mathbf{A} = \begin{pmatrix} 9 & 8 & 6 \\ 1 & 2 & 7 \\ 4 & 9 & 2 \\ 6 & 0 & 5 \end{pmatrix}

Personal tools