Assignment
Q1. Write syntax (code) in LaTeX for typesetting.
a11 a12 a13 x1 b1
a a23 b
21 a22 x
2
2
a a33
31 a32 x3 b3
Q2. Write syntax (code) in LaTeX for typesetting.
a b
e dx
x
ad bc
2
(i) (ii)
c d
Q3. Write syntax (code) in LaTeX for typesetting.
f ( x) x 2 ,0 x 2
x 2 ,2 x0
Q4. Write syntax (code) in LaTeX for typesetting.
n(n 1)
n
n
1
(i)
k 1
k
2
(ii) lim n 1 e
n
. Q5. Write as it is in Latex of the following
(i) To plot the curves y x and y x 2 on the same co-ordinate axes. Show the
square root function as a dotted curve and square function as a smooth curve.
(ii) Make a picture of an ellipse and its two foci F1 and F2 , illustrating the relation
F1P F2 P const an t , where P is a point on the ellipse.
Q6. (i) Explain the following environment with example
(a) enumerate
(b) itemize
(c) array
(ii) write the output of the given input $\lim_{x \rightarrow \infty}$.
(iii) Find the wrong in following inputs
\Documentclass{article}
\begin{document}
\begin{enumerate}
$$x+y=9$
x=y
\end{document}
Q7. Write the inputs of the following
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