From 9ab26fb89ff2342614d0044e7267c788158f616f Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Fri, 17 Sep 2021 10:46:18 +0200 Subject: [PATCH] vault backup: 2021-09-17 10:46:18 --- .../plugins/obsidian-activity-history/data.json | 4 ++-- notes/fyz/Exponencionální zápis.md | 14 ++++++++++++++ notes/fyz/Veličiny.md | 12 ++++++++++++ 3 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 notes/fyz/Exponencionální zápis.md create mode 100644 notes/fyz/Veličiny.md diff --git a/notes/.obsidian/plugins/obsidian-activity-history/data.json b/notes/.obsidian/plugins/obsidian-activity-history/data.json index 8561843..9b157f7 100644 --- a/notes/.obsidian/plugins/obsidian-activity-history/data.json +++ b/notes/.obsidian/plugins/obsidian-activity-history/data.json @@ -13,7 +13,7 @@ { "path": "/", "date": "2021-09-17", - "size": 13904 + "size": 14432 } ], "activityHistory": [ @@ -46,7 +46,7 @@ }, { "date": "2021-09-17", - "value": 2430 + "value": 2958 } ] } diff --git a/notes/fyz/Exponencionální zápis.md b/notes/fyz/Exponencionální zápis.md new file mode 100644 index 0000000..425d758 --- /dev/null +++ b/notes/fyz/Exponencionální zápis.md @@ -0,0 +1,14 @@ +# Exponencionální zápis +Jedna cifra před desetinou čárkou (ne nula), krát 10 na exponent. + +Příklady: +$$ 2'300 = 2.3 * 10^3 $$ +$$ 1'000'000 = 1 * 10^6 $$ +$$ 0.002 = 2 * 10^{-3} $$ +$$ 0.31 = 3.1 * 10^{-1} $$ +## Pravidla +$$ x^r * x^s = x^{r+s} $$ +$$ \frac{x^r}{x^s} = x^{r-s}$$ +$$ (x^r)^s = x^{r*s} $$ +$$ x^0 = 1 [x \ne 0]$$ +$$ 0^x = 0 $$ \ No newline at end of file diff --git a/notes/fyz/Veličiny.md b/notes/fyz/Veličiny.md new file mode 100644 index 0000000..c8facdd --- /dev/null +++ b/notes/fyz/Veličiny.md @@ -0,0 +1,12 @@ +# Fyz. veličiny +## Síla F +## Rychlost V +## Zrychlení a +### Tíhové zrychlení g +## Délka L +## Hmotnost m +## Teplota t +## Čas t +--- +## Náboj elektronu +$$ e = -1,602*10^{-19} C $$ \ No newline at end of file