diff --git a/notes/.obsidian/plugins/obsidian-activity-history/data.json b/notes/.obsidian/plugins/obsidian-activity-history/data.json index 1f5a11a..563f529 100644 --- a/notes/.obsidian/plugins/obsidian-activity-history/data.json +++ b/notes/.obsidian/plugins/obsidian-activity-history/data.json @@ -12,8 +12,8 @@ "checkpointList": [ { "path": "/", - "date": "2022-09-29", - "size": 909249 + "date": "2022-10-04", + "size": 909606 } ], "activityHistory": [ @@ -835,6 +835,18 @@ { "date": "2022-09-29", "value": 2103 + }, + { + "date": "2022-09-30", + "value": 4 + }, + { + "date": "2022-10-01", + "value": 0 + }, + { + "date": "2022-10-04", + "value": 421 } ] } diff --git a/notes/cjl/literatura/slohy/Renesance/William Shakespear.md b/notes/cjl/literatura/slohy/Renesance/William Shakespear.md index 86c0c5b..695f37b 100644 --- a/notes/cjl/literatura/slohy/Renesance/William Shakespear.md +++ b/notes/cjl/literatura/slohy/Renesance/William Shakespear.md @@ -1,4 +1,4 @@ ---- + ;h--- tags: [cjl, cjl/literatura, cjl/renesance, osobnosti] desc: Anglický spisovatel 15. st. --- diff --git a/notes/mat/Příklady 2.md b/notes/mat/Příklady 2.md index a24a06f..4f15ab8 100644 --- a/notes/mat/Příklady 2.md +++ b/notes/mat/Příklady 2.md @@ -179,3 +179,19 @@ $y=\frac{3x+8}{x-6}$ > $x-6 = 0$ > $x=6$ +--- + +$\frac{x^5*(x^n*6*y^{4n})^3}{9*y^{4n}*(x^5*2*y^6)^2}$ + +$\frac{x^5*(x^n*6*y^{4n})(x^n*6*y^{4n})(x^n*6*y^{4n})}{9*y^{4n}*(x^5*2*y^6)(x^5*2*y^6)}$ + +$x^{5+3n}*216*y^{12n}$ +$36*y^{4n+12}*x^{10}$ + +$\frac{x^{5+3n}*216*y^{12n}}{36*y^{4n+12}*x^{10}}$ + +$x^{3n-5}*6*y^{8n-12}$ + +$6x^{3n-5}y^{8n-12}$ + +ignore: $\frac{x^{5n}*216*y^{12*n^3}}{36*y^{16n}*x^{10}}$