mirror of
https://github.com/danbulant/notes
synced 2026-07-05 19:10:54 +00:00
vault backup: 2022-04-28 14:05:31
This commit is contained in:
parent
f98d438542
commit
e0b158e3fe
9 changed files with 72 additions and 5 deletions
|
|
@ -12,8 +12,8 @@
|
||||||
"checkpointList": [
|
"checkpointList": [
|
||||||
{
|
{
|
||||||
"path": "/",
|
"path": "/",
|
||||||
"date": "2022-04-25",
|
"date": "2022-04-28",
|
||||||
"size": 829506
|
"size": 830890
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"activityHistory": [
|
"activityHistory": [
|
||||||
|
|
@ -598,7 +598,19 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"date": "2022-04-25",
|
"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
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
7
notes/cjl/literatura/slohy/Renesance/Humanismus.md
Normal file
7
notes/cjl/literatura/slohy/Renesance/Humanismus.md
Normal 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
|
||||||
17
notes/cjl/literatura/slohy/Renesance/Renesance.md
Normal file
17
notes/cjl/literatura/slohy/Renesance/Renesance.md
Normal 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 %%
|
||||||
|
|
@ -4,5 +4,6 @@ tags: [cjl, generated, index, MOC]
|
||||||
# slohy
|
# slohy
|
||||||
%% Zoottelkeeper: Beginning of the autogenerated index file list %%
|
%% Zoottelkeeper: Beginning of the autogenerated index file list %%
|
||||||
- [[cjl/literatura/slohy/Gotika/Gotika|Gotika]]
|
- [[cjl/literatura/slohy/Gotika/Gotika|Gotika]]
|
||||||
|
- [[cjl/literatura/slohy/Renesance/Renesance|Renesance]]
|
||||||
- [[cjl/literatura/slohy/Románské umění|Románské umění]]
|
- [[cjl/literatura/slohy/Románské umění|Románské umění]]
|
||||||
%% Zoottelkeeper: End of the autogenerated index file list %%
|
%% Zoottelkeeper: End of the autogenerated index file list %%
|
||||||
|
|
|
||||||
26
notes/mat/Rovnice/Matice.md
Normal file
26
notes/mat/Rovnice/Matice.md
Normal 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.
|
||||||
|
|
@ -167,6 +167,7 @@ $$D=b^2-4ac=(-7)^2-4*1*11=49-44=5$$
|
||||||
|
|
||||||
|
|
||||||
%% Zoottelkeeper: Beginning of the autogenerated index file list %%
|
%% Zoottelkeeper: Beginning of the autogenerated index file list %%
|
||||||
|
- [[mat/Rovnice/Matice|Matice]]
|
||||||
- [[mat/Rovnice/Soustavy rovnic.excalidraw|Soustavy rovnic.excalidraw]]
|
- [[mat/Rovnice/Soustavy rovnic.excalidraw|Soustavy rovnic.excalidraw]]
|
||||||
- [[mat/Rovnice/Soustavy rovnic|Soustavy rovnic]]
|
- [[mat/Rovnice/Soustavy rovnic|Soustavy rovnic]]
|
||||||
%% Zoottelkeeper: End of the autogenerated index file list %%
|
%% Zoottelkeeper: End of the autogenerated index file list %%
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,8 @@ excalidraw-plugin: parsed
|
||||||
"currentItemStartArrowhead": null,
|
"currentItemStartArrowhead": null,
|
||||||
"currentItemEndArrowhead": "arrow",
|
"currentItemEndArrowhead": "arrow",
|
||||||
"currentItemLinearStrokeSharpness": "round",
|
"currentItemLinearStrokeSharpness": "round",
|
||||||
"gridSize": null
|
"gridSize": null,
|
||||||
|
"colorPalette": {}
|
||||||
},
|
},
|
||||||
"files": {}
|
"files": {}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -439,3 +439,5 @@ $2y+x=4$
|
||||||
$y=2$
|
$y=2$
|
||||||
$x=0$
|
$x=0$
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
# hodiny
|
# 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)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue