mirror of
https://github.com/danbulant/notes
synced 2026-05-27 05:52:13 +00:00
vault backup: 2022-11-23 11:41:04
This commit is contained in:
parent
79795e24b2
commit
b6d505d6d6
5 changed files with 36 additions and 2 deletions
|
|
@ -13,7 +13,7 @@
|
||||||
{
|
{
|
||||||
"path": "/",
|
"path": "/",
|
||||||
"date": "2022-11-23",
|
"date": "2022-11-23",
|
||||||
"size": 931537
|
"size": 932054
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"activityHistory": [
|
"activityHistory": [
|
||||||
|
|
@ -922,7 +922,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"date": "2022-11-23",
|
"date": "2022-11-23",
|
||||||
"value": 2260
|
"value": 2777
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -294,6 +294,14 @@
|
||||||
"lastUpdated": 1669195954085
|
"lastUpdated": 1669195954085
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"\\downarrow": {
|
||||||
|
"\\downarrow": {
|
||||||
|
"currentFile": {
|
||||||
|
"count": 1,
|
||||||
|
"lastUpdated": 1669199405571
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
BIN
notes/data/Pasted image 20221123113129.png
Normal file
BIN
notes/data/Pasted image 20221123113129.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 42 KiB |
BIN
notes/data/Pasted image 20221123113224.png
Normal file
BIN
notes/data/Pasted image 20221123113224.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 51 KiB |
|
|
@ -23,16 +23,42 @@ $log_2x$ je roustoucí
|
||||||
|
|
||||||
$log_2x$ posunutý o 3 →
|
$log_2x$ posunutý o 3 →
|
||||||
$log_2(x-3)$
|
$log_2(x-3)$
|
||||||
|
jedničkový bod: $[4;0]$
|
||||||
|
|
||||||
$log_2x$ posunutý o 3 ←
|
$log_2x$ posunutý o 3 ←
|
||||||
$log_2(x+3)$
|
$log_2(x+3)$
|
||||||
|
jedničkový bod: $[-2;0]$
|
||||||
|
|
||||||
$log_2x$ posunutý o 3 $\uparrow$
|
$log_2x$ posunutý o 3 $\uparrow$
|
||||||
$log_2x+3$
|
$log_2x+3$
|
||||||
|
jedničkový bod: $[1;3]$
|
||||||
|
|
||||||
$log_2x$ posunutý o 3 $\downarrow$
|
$log_2x$ posunutý o 3 $\downarrow$
|
||||||
$log_2x-3$
|
$log_2x-3$
|
||||||
|
jedničkový bod: $[1;-3]$
|
||||||
|
|
||||||

|

|
||||||
[Calculator Suite - GeoGebra](https://www.geogebra.org/calculator/rvbswpyq)
|
[Calculator Suite - GeoGebra](https://www.geogebra.org/calculator/rvbswpyq)
|
||||||
|
|
||||||
|
$log_2(x-5)+3$
|
||||||
|
5 →
|
||||||
|
3 $\uparrow$
|
||||||
|
|
||||||
|
Jedničkový bod: $[6;3]$
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
$log_2(-x)-4$
|
||||||
|
|
||||||
|
převrácená přes osu x
|
||||||
|
4 $\downarrow$
|
||||||
|
|
||||||
|
Jedničkový bod: $[1;-4]$
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
$log_{10}(x+3)-\frac12$
|
||||||
|
|
||||||
|
$log_{10}(x-3.5)$
|
||||||
|
|
||||||
|
$log_{10}(-x)+7$
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue