vault backup: 2022-04-28 14:05:31

This commit is contained in:
Daniel Bulant 2022-04-28 14:05:31 +02:00
parent f98d438542
commit e0b158e3fe
9 changed files with 72 additions and 5 deletions

View file

@ -12,8 +12,8 @@
"checkpointList": [
{
"path": "/",
"date": "2022-04-25",
"size": 829506
"date": "2022-04-28",
"size": 830890
}
],
"activityHistory": [
@ -598,7 +598,19 @@
},
{
"date": "2022-04-25",
"value": 944
"value": 966
},
{
"date": "2022-04-26",
"value": 5
},
{
"date": "2022-04-27",
"value": 691
},
{
"date": "2022-04-28",
"value": 666
}
]
}

View file

@ -0,0 +1,7 @@
# Humanismus
- myšlenkový proud
- humanus - lidský
- odvart od boha k člověku
- rovnost lidí před bohem
- preferování individuální zkušenosti
- síla rozumu

View file

@ -0,0 +1,17 @@
# Renesance
- vzkvétající obchod
- zámořské objevy
- přírodní a astronomické objevy
- objev knihtisku (Johann Gutenberg 1400-1468)
- inspirace antickou kulturou
Např. Letohrádek Hvězda (Bílá hora)
```ccard
type: folder_brief_live
imagePrefix: 'data/'
```
%% Zoottelkeeper: Beginning of the autogenerated index file list %%
- [[cjl/literatura/slohy/Renesance/Humanismus|Humanismus]]
%% Zoottelkeeper: End of the autogenerated index file list %%

View file

@ -4,5 +4,6 @@ tags: [cjl, generated, index, MOC]
# slohy
%% Zoottelkeeper: Beginning of the autogenerated index file list %%
- [[cjl/literatura/slohy/Gotika/Gotika|Gotika]]
- [[cjl/literatura/slohy/Renesance/Renesance|Renesance]]
- [[cjl/literatura/slohy/Románské umění|Románské umění]]
%% Zoottelkeeper: End of the autogenerated index file list %%

View file

@ -0,0 +1,26 @@
# Matice
Slouží k řešení [Soustavy rovnic](Soustavy%20rovnic.md).
Například:
$a_{11}x+a_{12}y+a_{13}z=b_1$
$a_{21}x+a_{22}y+a_{23}z=b_2$
$a_{31}x+a_{32}y+a_{33}z=b_3$
| $a_{11}$ | $a_{12}$ | $a_{13}$ |
| -------- | -------- | -------- |
| $a_{21}$ | $a_{22}$ | $a_{23}$ |
| $a_{31}$ | $a_{32}$ | $a_{33}$ |
## Rozšířená rovnice
| $a_{11}$ | $a_{12}$ | $a_{13}$ | $b_1$ |
| -------- | -------- | -------- | ----- |
| $a_{21}$ | $a_{22}$ | $a_{23}$ | $b_2$ |
| $a_{31}$ | $a_{32}$ | $a_{33}$ | $b_3$ |
- Když je hodnost rozšířené rovnice větší než hodnost matice, rovnice nemá řešení.
## Nulový řádek
Řádek který má samé nuly
Nepočítá se.
## Hodnost
Počet nenulových řádků v matici.

View file

@ -167,6 +167,7 @@ $$D=b^2-4ac=(-7)^2-4*1*11=49-44=5$$
%% Zoottelkeeper: Beginning of the autogenerated index file list %%
- [[mat/Rovnice/Matice|Matice]]
- [[mat/Rovnice/Soustavy rovnic.excalidraw|Soustavy rovnic.excalidraw]]
- [[mat/Rovnice/Soustavy rovnic|Soustavy rovnic]]
%% Zoottelkeeper: End of the autogenerated index file list %%

View file

@ -32,7 +32,8 @@ excalidraw-plugin: parsed
"currentItemStartArrowhead": null,
"currentItemEndArrowhead": "arrow",
"currentItemLinearStrokeSharpness": "round",
"gridSize": null
"gridSize": null,
"colorPalette": {}
},
"files": {}
}

View file

@ -439,3 +439,5 @@ $2y+x=4$
$y=2$
$x=0$
---

View file

@ -1,2 +1,2 @@
# hodiny
3.4.2022 - [Matice](Matice.md), [Spoj průchozím šroubem](Spoj%20průchozím%20šroubem.md)
3.4.2022 - [Matice](tek/Matice.md), [Spoj průchozím šroubem](Spoj%20průchozím%20šroubem.md)