Advertisement
alch1337

latex02

Dec 17th, 2014
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 1.96 KB | None | 0 0
  1. \documentclass[14pt]{article}
  2. \usepackage{amsmath}
  3. \usepackage{amssymb, amsfonts}
  4. \usepackage[utf8]{inputenc}
  5. \usepackage[T1]{fontenc}
  6. \title{Tytuł: Matematyka}
  7. \date{}
  8. \begin{document}
  9. \maketitle
  10. \part*{Ściąga}
  11. int,lim,frac,sum,lnot,land,implies,Right arrow,infty,nearrow
  12. \section{Trygonometria (array)}
  13. \begin{center}
  14. \begin{tabular}{|c|c|c|c|c|c||c|c|c|c|c|}
  15. \hline
  16. $x$& $0$ & $\frac{\pi}{6}$ & $\frac{\pi}{4}$ & $\frac{\pi}{3}$ & $\frac{\pi}{2}$ & $ \left(0; \frac{\pi}{2} \right)$ & $ \left(\frac{\pi}{2}; \pi \right)$ & $ \left(\pi; \frac{3\pi}{2} \right)$ & $ \left(\frac{3\pi}{2}; 2\pi \right)$\\
  17. \hline
  18. $\sin x $ & $0$ & $\frac{1}{2}$ & $\frac{\sqrt{2}}{2}$ & $\frac{\sqrt{3}}{2}$ & $1$ & $+$ & $+$ & $-$ & $-$\\
  19. \hline
  20. \end{tabular}
  21. \end{center}
  22. \section{Szeregi (description)}
  23. \textbf{Szereg nieskończony:} $\sum\limits_{n=1}^{\infty} a_{n} = (a_{n},S_{n})$ \\
  24. \textbf{Szereg jest zbieżny:} $\sum\limits_{n=1}^{\infty} a_{n} < \infty$ \\
  25. \textbf{Szereg jest rozbieżny do nieskończoności:} $\sum\limits_{n=1}^{\infty} a_{n} = \infty$\\
  26. Warunek konieczny zbieżności: $\sum_{n=1}^{\infty} a_{n} < \infty \Rightarrow \lim_{n\rightarrow \infty} a_{n} = 0 $\\
  27. $ \text{(wniosek:} \lim\limits_{n\rightarrow \infty} a_{n} \neq 0 \Rightarrow \sum\limits_{n=1}^{\infty} = \infty \text{)} $ \\
  28. $\sum\limits_{n=1}^{\infty}a_{n} < {\infty} $ jest bezwzględnie zbieżny, jeżeli $\sum\limits_{n=1}^{\infty}|a_{n}| < \infty $, w przeciwnym  wypadku jest warunkowo zbieżny. \pagebreak \\
  29. \subsection{Szeregi o wyrazach dodatnich (equation,tag)}
  30. \subsubsection{Funkcja Riemanna: (cases,text)}
  31. \begin{equation}
  32. \zeta (s) = \sum_{n=1}^{\infty}\frac{1}{n^{s}} =  \begin{cases} \infty & \text{dla s} \leq 1 \\ -\ \infty & \text{dla s} > 1 \end{cases} \tag{0} \end{equation}
  33. \subsection{Szeregi o wyrazach dowolnych (align)}
  34. \subsubsection{Kryterium Abela:}
  35. \begin{equation}
  36. \left( \neg [(a_{n}) \nearrow ]\ \land \forall n \in \right)
  37. \end{equation}
  38. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement