Skip to content

Commit

Permalink
add hr before new document
Browse files Browse the repository at this point in the history
  • Loading branch information
gucio321 committed Oct 11, 2023
1 parent 1dcf67b commit da7ff62
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ all: build
build:
echo -e "<!--This file is auto-generated by Makefile\n----DO NOT EDIT -->" > index.md
for i in `ls -1 notes/`; do \
echo "_Notatki z pliku \`notes/$$i\`_" >> index.md; \
echo -e "---\n_Notatki z pliku \`notes/$$i\`_" >> index.md; \
echo -e "\`\`\`{include} notes/$${i}\n\`\`\`" >> index.md; \
done
3 changes: 3 additions & 0 deletions assets/index.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
<!--This file is auto-generated by Makefile
----DO NOT EDIT -->
---
_Notatki z pliku `notes/algebra_2023.10.09.md`_
```{include} notes/algebra_2023.10.09.md
```
---
_Notatki z pliku `notes/algebra_2023.10.10.md`_
```{include} notes/algebra_2023.10.10.md
```
---
_Notatki z pliku `notes/matematyka_2023.10.09.md`_
```{include} notes/matematyka_2023.10.09.md
```
4 changes: 2 additions & 2 deletions assets/notes/algebra_2023.10.10.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ e^{i \phi} = cos \phi + i sin \phi
$$$

$$
z_k = \root{n}{r}(cos \frac{\phi + 2k \pi}{n} + i sin{\phi + 2k \pi}{n}) ~~ k = 0 , 1 ... n
z_k = \root{n} \of{r}(cos \frac{\phi + 2k \pi}{n} + i ~ sin\frac{\phi + 2k \pi}{n} ~~ k = 0 , 1 ... n
$$

```{important}
Pierwiastek `n` stopnia **ma `n` rozwiązań**
```

### zasadnicze twierdzenie algebry``
### zasadnicze twierdzenie algebry

Każdy wielomian dodatniego stopnia ma rozwiązania w $\mathbb{C}$

0 comments on commit da7ff62

Please sign in to comment.