Math 165 Typing Assignments
Math 165 Typing Assignments
Some assignments must be typed.
Microsoft Word
©
and other word processors have facilities for superscripts, subscripts, and fractions. The instructor is using
T
E
X
, a program for typesetting mathematics.
If you prefer, mathematics may be typed as you would enter the information in your calculator.
For example, the sentence
sin
2
(x) + cos
2
x
= 1.
may be typed as
sin^2(x) + cos^2(x) = 1.
The sentence
1
x + h
-
1
x
=
-
h
x(x + h)
.
may be typed as
(1/(x+h)) - (1/x) = - (h/(x(x+h))).
Which of the following is correct?
1/(x+h) - 1/x = - h/x(x+h).
1/(x+h) - 1/x = - h/(x(x+h)).
When in doubt, use parentheses
()
.
Suggested conventions (partly borrowed from
T
E
X
):
·
£
: type
<=
or
\leq
,
³
: type
>=
or
\geq
·
±
: type
\pm
·
subscripts: a
23
: type
a_{23}
·
superscripts: a
23
: type
a^{23}
·
Þ
: type
=>
or
implies
·
absolute value: type
|a|
or
abs(a)
or
\abs(a)
·
square root:
Ö
{a
2
+ b
2
}: type
sqrt(a^2 + b^2)
or
\sqrt{a^2 + b^2}
·
lim
x
®
a
f(x): type
lim_{x->a}f(x)
or
\lim_{x \to a}f(x)
·
Integrals:
ò
a
b
f(x) dx: type
fnInt(f(x),x,a,b)
File translated from T
E
X by
T
T
H
, version 3.79.
On 28 Mar 2008, 17:12.