You are on page 1of 4

1

This tutorial will discuss only command based Math Type as this is considered a faster method of
displaying the data.
Matrices:
Simple Matrice (2x2):
(
1 2
3 4
)
## New line # Seperator { }Start-End brackets
If you use the Formula Editor Toolbar then the code in the command box will show a question mark in
square brakcets <?> replace the whole thing with whatever character you require
Example:
(3x3) matrix:
(
1 2 3
4 5 6
7 8 9
)
left (matrix{1 # 2 # 3 ## 4 # 5 # 6 ## 7 # 8 #9 } right )
The left and right commands are important for the brackets to be able to
fit the whole matrice
Symbols:
If you need a symbol then you must know the name of the symbol.
Alternatively there is a list from the menu.
j0j1jAD26c
%rho %phi %theta %mu %PSI %eta %beta %zeta %DELTA %OMEGA %SIGMA %delta
%gamma %epsilon%infinite %notequal
* To take a newline write newline *
Functions:
1. e
O
2. ln(O)3.exp(O) 4.log(O)5. . O6. arccos(O)
7.
O
. O8.O!9O
O
1. func e^{<?>} 2. ln(<?>) 3.exp(<?>) 4.log(<?>) 5. sqrt{<?>}
6.arccos(<?>) newline 7.nroot{<?>}{<?>} 8.fact {<?>} 9 <?>^{<?>}
Lindsey Laing 2010 - Fuck yeah!
Math Type Tutorial
2

P=
W sino+jcos o
cos ojsino

P={W sin%alpha +%mu cos%alpha} over {cos%alpha -%mu sin%alpha}
Integrals:
1.

2.

3.

O4.

O5.

O6.

O
1. int 2. iint 3. iiint <?> 4. lint <?> 5. llint <?> 6. lllint <?>

Differentiation:
6
6 a
{%delta} over {%delta a }
More Symbols:

3 4 5
6 7 8
9 10 11
12 13 14

1. -2. -
left lbrace{matrix{3 # 4 # 5 ## 6 # 7 # 8 ## 9 # 10 # 11 ##
12 # 13 # 14} }right rbrace
newline 1. leftarrow 2. rightarrow
Example:

F
x
=0=PNsinojcos o

F
y
=0=W+jNsinoNcos o
N=
W
jsin o+cos o
P=
Wsin o+jcos o
cosojsino
P=
W tan (o+j)
1jtan o
M=
Wr tan(o+j)
1jtan o
j=tan ()
M=
Wr tan(o)+tan()
1tan o
-M=Wr tan(o+)
sum F_x=0=P-Nsin%alpha-%mu Cos%alpha newline
sum F_y=0=W+%mu Nsin %alpha-Ncos%alpha newline
N={W} over {-%mu sin %alpha +cos%alpha}
P={W sin%alpha +%mu cos%alpha} over {cos%alpha -%mu sin%alpha}
P={W tan(%alpha +%mu)} over {1-%mu tan %alpha} newline
M={Wr tan(%alpha +%mu)} over {1-%mu tan %alpha} %mu=tan(%phi) newline
M={Wr tan(%alpha)+ tan(%phi)} over {1-tan %phi %alpha} rightarrow M=Wr
tan(%alpha +%phi)
Lindsey Laing 2010 - Fuck yeah!
3
Questions.
Devise the Math Type code for the following:
1.

c
( F(r)d r )=

c
( F
1
dx+F
2
dy+F
3
dz )
For the limits use the limits from function
2.

0
n
2
|sin(t ) ,cos(t )sin(t )|sin (t ) cos (t ) dt
For the limits use the limits from and to function
3.
a
b
+c

xx
0
=acos(t )
yy
0
=acos
2
( t )

left none phantom \{{a} over {b} + c right rbrace newline



left none phantom \{ matrix {x-x_0=acos(t)## y-y_0=acos^2(t)} right
rbrace newline
Phantom makes sure the last bracket remains the correct size. For non-scaled brackets use a
backslash. For scaled brackets use none.
3. Create the Jacobian

u
x
u
x
v
y
v
y

left lline matrix {{partial u}over {partial x} # {partial u} over {partial x} ## {partial v} over
{partial y} # {partial v} over {partial y} }right rline
4. The determinant of a 2x2 matrix:
det H=det

i
11
i
12
i
21
i
22

=(i
11
i
22
)(i
12
i
21
)
5.

A
(
F
2
x

F
1
x
)
dxdy=

c
( F
1
dx+F
2
dy)
C
1
is area enclosing A
1
around C
AB
C
BC
C
CD
C
DA
Remember the gaps for the writing.
` Small Gap ~ Big Gap
Lindsey Laing 2010 - Fuck yeah!
4
Answers:
1. int from {c} (bold F (bold r ) cdot d bold r) = int from {c}(F_1 dx +
F_2 dy + F_3 dz)
2. int from{~~~~0} to{~~~~{%pi} over {2}} [-sin(t), -cos(t)sin(t)] cdot [-sin(t) cos(t)dt]
3. left lline matrix {{partial u}over {partial x} # {partial u} over {partial x} ## {partial v} over
{partial y} # {partial v} over {partial y} }right rline
4. det underline{H} = det left lline
matrix{{i_11}#{i_12}##{i_21}#{i_22}}right rline = (i_11 - i_22)-(i_12 - i_21)
5. iint from{A} left ( {partial F_2}over{partial x}-{partial
F_1}over{partial x} right ) dxdy = int from{c} (F_1 dx + F_2 dy) newline

C_1`is`area`enclosing`A_1`around~C_AB~C_BC~C_CD~C_DA
Mathtype aint so evil. Now go learn some MATLAB and CAD!! :P
Lindsey Laing 2010 - Fuck yeah!

You might also like