Makefile & uzasadnienie źródła postaci trygonometrycznej

This commit is contained in:
RobertBendun 2022-02-27 19:44:46 +01:00
parent 786023a15b
commit fd4a9a3282
2 changed files with 11 additions and 0 deletions

9
Makefile Normal file
View File

@ -0,0 +1,9 @@
PDFs=trygonometria-liczby-zespolone.pdf
all: $(PDFs)
%.pdf: %.tex
pdflatex $<
clean:
rm -f *.log *.aux $(PDFs)

View File

@ -35,6 +35,8 @@
\subsection{Postać trygonometryczna}
$ z = |z|\left( \frac{a}{|z|} + \frac{b}{|z|}\mi \right) $ ponieważ $ \sin\rho = \frac{b}{|z|} $ i $ \cos\rho = \frac{a}{|z|} $ mamy równość:
$$ z = a + b\mi = |z|(\cos\rho + \mi\sin\rho) $$
\begin{description}