File: ex2.tex

package info (click to toggle)
tetex-src 3.0.dfsg.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 122,292 kB
  • ctags: 2,709
  • sloc: makefile: 2,323; perl: 1,820; sh: 1,378; lisp: 448; python: 335; xml: 175; sed: 138; ansic: 138; yacc: 52
file content (128 lines) | stat: -rw-r--r-- 1,797 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
\documentclass[twocolumn,a4paper,11pt]{article}
\usepackage{palatino}

\begin{document}
\title{Mathematical exercises}
\author{Now its up to you}
\date{Time to have fun}
\maketitle
Just do as many of these as you can.

\begin{equation}
(fg)'=f'g+fg'
\end{equation}


\begin{equation}
\alpha\beta=\gamma+\delta 
\end{equation}


\begin{equation}
\Gamma(n)=(n-1)
\end{equation}


\begin{equation}
X\wedge(Y\vee Z)=
(X\wedge Y)\vee(X\wedge Z)
\end{equation}


\begin{equation}
2+4+6+...+2n=n(n+1)
\end{equation}

\begin{equation}
\vec{x}\cdot\vec{y}\not=0 
\mbox{ if and only if } 
\vec{x}\not\perp
\vec{y}
\end{equation}


\begin{equation}
(\forall x  \epsilon\Re)
(\exists y\epsilon\Re)y >x
\end{equation}


\begin{equation}
\frac{a+b}{c}\quad  
\frac{a}{b+c} \quad
\frac{1}{a+b+c}\not=
\frac{1}{a}+\frac{1}{b}+\frac{1}{c}
\end{equation}

\begin{equation}
e^x\quad e^{-x}\quad 
e^{i\pi}+1=0\quad
x_0 \quad x^2_o \quad 
x^{\;2}_o \quad 
2^{x^x}
\end{equation}


\begin{equation}
\nabla^2 f(x,y)=
\frac{\partial^2 f}{\partial x^2}+
\frac{\partial^2 f}{\partial y^2}
\end{equation}


\begin{equation}
\lim_{x\rightarrow 0}
(1+x)^{\frac{1}{x}}=e
\end{equation}


\begin{equation}
\lim_{x\rightarrow 0 }+x^x=1 
\end{equation}


\begin{equation}
\sqrt{2}\quad 
\sqrt{\frac{x+y}{x-y}}
\end{equation}


\begin{equation}
\sqrt[3]{10}\quad \sqrt[x]{e} 
\end{equation}


\begin{equation}
\parallel x\parallel=\sqrt{x} \cdot x 
\end{equation}


\begin{equation}
c=1+\sqrt{a}^5+{b}^2
\end{equation}


\begin{equation}
\sqrt[5]{x_1+2x_2-5x_3} 
\end{equation}


\begin{equation}
x^{\frac{\pi}{\omega+\theta}}
\end{equation}


\begin{equation}
\lim_{x \to \infty}
\frac{\tan x}{\alpha} = 7 
\end{equation}

\begin{equation}
\tan (2\theta) = 
\frac{ 2\tan\theta}{ 1-\tan^2\theta.}
\end{equation}



\end{document}