MmTeX Demo 02 - Mathematics

Tilman Rassy <rassy@math.tu-berlin.de>

Copyright © 2003, Berlin University of Technology

$Id: demo_02.tex,v 1.2 2003/11/05 20:58:03 rassy Exp $

Contents

1 Simple examples

Some inline math: -3 x y + 5 a z x 2 + 1 + 9 ( u + w ) . Some block math:

a 2 + b 2 = c 2 (1)

2 More complex examples

Fraction:

1 1 + x (2)

Fraction and root:

3 x - 8 x 2 + y 2 (3)

Integral:

0 1 x 1 + x 2 d x (4)

Inline Integral: a y 2 f ( x ) d x .

Sum:

n = 0 a n n 2 (5)

Limit:

lim N n = 0 N x n n ! = e x (6)

\nolimits command:

0 1 x 1 + x 2 d x - π π f ( x ) sin ( x ) d x (7)

\left...\right constructs:

1 + 1 x | -1 X 2 1 + 1 x | 1 2 (8)

3 Spaces

x x x

x x x

x x x

x x x

x x x

x x x

x x x

4 Vectors and Matrices

Vectors:

a = ( -4 5 0 ) , b = ( 4 x 3 y x + y ) (9)

A matrix:

A = ( a 11 a 12 a 21 a 22 ) (10)