First lecture

This commit is contained in:
matpia 2022-03-10 21:27:51 +01:00
parent 372187f1e9
commit a78be7fcd7
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
PDFs=trygonometria-liczby-zespolone.pdf wykład-2022-03-10.pdf
PDFs = wykład-2022-02-24.pdf wykład-2022-03-10.pdf
all: $(PDFs)
@ -7,4 +7,4 @@ all: $(PDFs)
pdflatex $<
clean:
rm -f *.log *.aux
rm -f *.log *.aux $(PDFs)

View File

@ -4,7 +4,7 @@
\usepackage[utf8]{inputenc}
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{gensymb}
%\usepackage{gensymb}
\usepackage{polski}
\usepackage{multirow}
\usepackage{multicol}
@ -36,7 +36,7 @@
\begin{center}
\begin{tabular}{ |c|c|c|c|c|c| } \hline
$\alpha$ (deg) & $0\degree$ & $30\degree$ & $45\degree$ & $60\degree$ & $90\degree$ \\ \hline
$\alpha$ (deg) & $0\textdegree$ & $30\textdegree$ & $45\textdegree$ & $60\textdegree$ & $90\textdegree$ \\ \hline
$\alpha$ (rad) & $0$ & $\frac{\pi}{6}$ & $\frac{\pi}{4}$ & $\frac{\pi}{3}$ & $\frac{\pi}{2}$ \\ \hline
$\sin$ & $0$ & $\frac{1}{2}$ & $\frac{\sqrt{2}}{2}$ & $\frac{\sqrt{3}}{2}$ & $1$ \\ \hline
$\cos$ & $1$ & $\frac{\sqrt{3}}{2}$ & $\frac{\sqrt{2}}{2}$ & $\frac{1}{2}$ & $0$ \\ \hline

Binary file not shown.

Binary file not shown.

View File

@ -2,7 +2,7 @@
\usepackage[utf8]{inputenc}
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{mathtools}
\usepackage{polski}
\newcommand\CC{\mathbb{C}}