vault backup: 2022-12-09 12:32:58

This commit is contained in:
2022-12-09 12:32:58 +01:00
parent 7a5dcf3040
commit 76e7153474
3 changed files with 32 additions and 33 deletions

View File

@@ -1,9 +1,9 @@
{ {
"moveIntoMath_toggle": true, "moveIntoMath_toggle": true,
"autoCloseMath_toggle": false, "autoCloseMath_toggle": false,
"autoCloseRound_toggle": true, "autoCloseRound_toggle": false,
"autoCloseSquare_toggle": true, "autoCloseSquare_toggle": false,
"autoCloseCurly_toggle": true, "autoCloseCurly_toggle": false,
"addAlignBlock_toggle": true, "addAlignBlock_toggle": true,
"addAlignBlock_parameter": "align*", "addAlignBlock_parameter": "align*",
"autoAlignSymbols": "= > < \\le \\ge \\neq \\approx", "autoAlignSymbols": "= > < \\le \\ge \\neq \\approx",

View File

@@ -4,35 +4,22 @@
"type": "split", "type": "split",
"children": [ "children": [
{ {
"id": "b0d550d8c305798e", "id": "d78597a825f50ab5",
"type": "tabs", "type": "tabs",
"children": [ "children": [
{ {
"id": "5eb2d91c03c3dfb2", "id": "c8e570f8081d25d8",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "PI/PI.md", "file": "AMiAL/Wykłady/Wykłady.md",
"mode": "source",
"source": false
}
}
},
{
"id": "51e7220be2974321",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Elektrotechnika/Ćwiczenia/20221209102007.md",
"mode": "source", "mode": "source",
"source": false "source": false
} }
} }
} }
], ]
"currentTab": 1
} }
], ],
"direction": "vertical" "direction": "vertical"
@@ -98,7 +85,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "Elektrotechnika/Ćwiczenia/20221209102007.md", "file": "AMiAL/Wykłady/Wykłady.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@@ -115,7 +102,7 @@
"state": { "state": {
"type": "outgoing-link", "type": "outgoing-link",
"state": { "state": {
"file": "Elektrotechnika/Ćwiczenia/20221209102007.md", "file": "AMiAL/Wykłady/Wykłady.md",
"linksCollapsed": false, "linksCollapsed": false,
"unlinkedCollapsed": true "unlinkedCollapsed": true
} }
@@ -138,7 +125,7 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "Elektrotechnika/Ćwiczenia/20221209102007.md" "file": "AMiAL/Wykłady/Wykłady.md"
} }
} }
}, },
@@ -182,17 +169,17 @@
"width": 300, "width": 300,
"collapsed": true "collapsed": true
}, },
"active": "51e7220be2974321", "active": "c8e570f8081d25d8",
"lastOpenFiles": [ "lastOpenFiles": [
"!Załączniki/20221209102007 2022-12-09 11.06.42.excalidraw.md",
"Elektrotechnika/Ćwiczenia/20221209102007.md",
"!Załączniki/20221209102007 2022-12-09 10.56.09.excalidraw.md",
"!Załączniki/20221209102007 2022-12-09 10.46.14.excalidraw.md",
"!Załączniki/20221209102007 2022-12-09 10.37.42.excalidraw.md",
"Elektrotechnika/Ćwiczenia/20221125102535.md",
"!Załączniki/20221209102007 2022-12-09 10.20.56.excalidraw.md",
"PI/PI.md",
"AMiAL/AMiAL.md", "AMiAL/AMiAL.md",
"Untitled.md" "AMiAL/Ćwiczenia/1 SEM/20221209121051.md",
"AMiAL/Ćwiczenia/1 SEM/20221202121227.md",
"AMiAL/Ćwiczenia/1 SEM/20221123123903.md",
"AMiAL/Ćwiczenia/1 SEM/20221118121118.md",
"AMiAL/Ćwiczenia/1 SEM/20221028120723.md",
"AMiAL/Ćwiczenia/1 SEM/20221021120444.md",
"AMiAL/Ćwiczenia/1 SEM/20221014121234.md",
"PI/PI.md",
"Elektrotechnika/Ćwiczenia/20221209102007.md"
] ]
} }

View File

@@ -0,0 +1,12 @@
6)
$$\begin{align}
y &= \frac{2}{\sqrt[6]{x^{5}}}-\frac{x}{3}+\frac{\sqrt[4]{x^{3}}}{2}
\\
y &= \frac{2}{(x^{5})^{\frac{1}{6}}}-\frac{x}{3}+\frac{(x^3)^{\frac{1}{4}}}{2}
\\
y' &= 2(x^\frac{-11}{6})^{-\frac{5}{6}}-\frac{1}{3}+\frac{1}{2}*\frac{3}{4}*x^{-\frac{1}{4}}
\\
y' &= NaN
\end{align}$$