mirror of
https://github.com/danbulant/notes
synced 2026-06-24 17:11:44 +00:00
vault backup: 2022-02-02 10:08:25
This commit is contained in:
parent
98fe9d310a
commit
31e43cf5df
3 changed files with 40 additions and 2 deletions
|
|
@ -13,7 +13,7 @@
|
||||||
{
|
{
|
||||||
"path": "/",
|
"path": "/",
|
||||||
"date": "2022-02-02",
|
"date": "2022-02-02",
|
||||||
"size": 742775
|
"size": 743431
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"activityHistory": [
|
"activityHistory": [
|
||||||
|
|
@ -58,7 +58,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"date": "2022-02-02",
|
"date": "2022-02-02",
|
||||||
"value": 353
|
"value": 1009
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,7 @@ imagePrefix: 'data/'
|
||||||
- [[mat/Funkce/Funkční přepis|Funkční přepis]]
|
- [[mat/Funkce/Funkční přepis|Funkční přepis]]
|
||||||
- [[mat/Funkce/Inverzní funkce|Inverzní funkce]]
|
- [[mat/Funkce/Inverzní funkce|Inverzní funkce]]
|
||||||
- [[mat/Funkce/Kartézský součin|Kartézský součin]]
|
- [[mat/Funkce/Kartézský součin|Kartézský součin]]
|
||||||
|
- [[mat/Funkce/Rovnost funkcí|Rovnost funkcí]]
|
||||||
- [[mat/Funkce/Sinus|Sinus]]
|
- [[mat/Funkce/Sinus|Sinus]]
|
||||||
- [[mat/Funkce/Tangens|Tangens]]
|
- [[mat/Funkce/Tangens|Tangens]]
|
||||||
%% Zoottelkeeper: End of the autogenerated index file list %%
|
%% Zoottelkeeper: End of the autogenerated index file list %%
|
||||||
|
|
|
||||||
37
notes/mat/Funkce/Rovnost funkcí.md
Normal file
37
notes/mat/Funkce/Rovnost funkcí.md
Normal file
|
|
@ -0,0 +1,37 @@
|
||||||
|
# Rovnost funkcí
|
||||||
|
```ad-sentence
|
||||||
|
O dvou funkcích říkáme, že jsou si rovny (psáno $f=g$), právě když mají týž definiční obor $D(f)=D(g)$ a v každém bodě $x$ tohoto definičního oboru je $f(x)=g(x)$.
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
$f(x): y = \frac{x^2}x$
|
||||||
|
$g(x): y = x$
|
||||||
|
$f(x) \neq g(x)$
|
||||||
|
|
||||||
|
---
|
||||||
|
$f(x): y = \frac{x}{x^2}$
|
||||||
|
$g(x): y = \frac1x$
|
||||||
|
$f(x) \neq g(x)$
|
||||||
|
|
||||||
|
---
|
||||||
|
$f(x): y \frac{x^2-1}{x-1}$
|
||||||
|
$g(x): y = x + 1$
|
||||||
|
|
||||||
|
definiční obor nesedí
|
||||||
|
|
||||||
|
$D(f) \neq D(g)$
|
||||||
|
$f(x) \neq g(x)$
|
||||||
|
|
||||||
|
---
|
||||||
|
$f(x): y = |x|$
|
||||||
|
$g(x): y = \sqrt{x^2}$
|
||||||
|
$D(f) = R$
|
||||||
|
$D(g) = R$
|
||||||
|
|
||||||
|
$f(x) = g(x)$
|
||||||
|
---
|
||||||
|
$f(x): y = sgn(x)$
|
||||||
|
$g(x): y = \frac{x}{|x|}$
|
||||||
|
|
||||||
|
$f(x) = g(x)$
|
||||||
Loading…
Reference in a new issue