vault backup: 2023-01-27 12:24:47

This commit is contained in:
2023-01-27 12:24:47 +01:00
parent da55bc291d
commit cb09dcb11b
2 changed files with 230 additions and 0 deletions

View File

@@ -0,0 +1,225 @@
{
"main": {
"id": "dc984442dd3bdc54",
"type": "split",
"children": [
{
"id": "65fe262d5eed0537",
"type": "tabs",
"children": [
{
"id": "4b6b50adf0c07df4",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "AMiAL/AMiAL.md",
"mode": "source",
"source": false
}
}
},
{
"id": "2df3fda9b9398007",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "AMiAL/AMiAL.md",
"mode": "source",
"source": false
}
}
},
{
"id": "17ef61e2fd8f86a2",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "AMiAL/Ćwiczenia/Zadania/Całki/1.md",
"mode": "source",
"source": false
}
}
}
],
"currentTab": 2
}
],
"direction": "vertical"
},
"left": {
"id": "f6db77b314ece5f0",
"type": "split",
"children": [
{
"id": "1f710be5f8091943",
"type": "tabs",
"children": [
{
"id": "71bc7bd6b3e9a257",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {
"sortOrder": "alphabetical"
}
}
},
{
"id": "073d91b78a1ffef3",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
}
}
},
{
"id": "09a7a5ce21a50a02",
"type": "leaf",
"state": {
"type": "starred",
"state": {}
}
}
]
}
],
"direction": "horizontal",
"width": 300
},
"right": {
"id": "49ac675547771287",
"type": "split",
"children": [
{
"id": "c8ff6e2f169381e5",
"type": "tabs",
"children": [
{
"id": "090a052111f47247",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"file": "AMiAL/Ćwiczenia/Zadania/Całki/1.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": true
}
}
},
{
"id": "33ac07479e4f2730",
"type": "leaf",
"state": {
"type": "outgoing-link",
"state": {
"file": "AMiAL/Ćwiczenia/Zadania/Całki/1.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
}
},
{
"id": "bc716ae0033cf79b",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": true
}
}
},
{
"id": "d05d5eb7ea86c6ae",
"type": "leaf",
"state": {
"type": "outline",
"state": {
"file": "AMiAL/Ćwiczenia/Zadania/Całki/1.md"
}
}
},
{
"id": "8f0923324d861591",
"type": "leaf",
"state": {
"type": "calendar",
"state": {}
}
},
{
"id": "3a7bd8a3ae5a1a09",
"type": "leaf",
"state": {
"type": "BC-matrix",
"state": {}
}
},
{
"id": "b0803323a2aa4ad9",
"type": "leaf",
"state": {
"type": "BC-tree",
"state": {}
}
},
{
"id": "a7fe127a169a5f82",
"type": "leaf",
"state": {
"type": "git-view",
"state": {}
}
}
],
"currentTab": 7
}
],
"direction": "horizontal",
"width": 300,
"collapsed": true
},
"left-ribbon": {
"hiddenItems": {
"obsidian-excalidraw-plugin:New Excalidraw drawing": false,
"switcher:Open quick switcher": false,
"graph:Open graph view": false,
"canvas:Create new canvas": false,
"daily-notes:Open today's daily note": false,
"templates:Insert template": false,
"command-palette:Open command palette": false,
"markdown-importer:Open format converter": false,
"zk-prefixer:Create new unique note": false,
"audio-recorder:Start/stop recording": false,
"breadcrumbs:Breadcrumbs Visualisation": false
}
},
"active": "17ef61e2fd8f86a2",
"lastOpenFiles": [
"AMiAL/AMiAL.md",
"Elektrotechnika/Ćwiczenia/20221123102116.md",
"Elektrotechnika/Ćwiczenia/20221209102007.md",
"Elektrotechnika/Ćwiczenia/20230120102008.md",
"Elektrotechnika/Ćwiczenia/20221125102535.md",
"Elektrotechnika/Ćwiczenia/20221028102800.md",
"Elektrotechnika/Ćwiczenia/20221014103322.md",
"Elektrotechnika/!Materiały/24008_Chojcan_Jan_2001_Zbior_zadan_z_teorii_obwodow_I.pdf",
"Elektrotechnika/!Materiały/Wykłady/Wyklad_E5_2022.pdf",
"Fizyka/Ćwiczenia/Ćwiczenia.md"
]
}

View File

@@ -0,0 +1,5 @@
9.
$$\int x\sqrt{x}\ dx=
\int x^{\frac{3}{2}}dx= \frac{x^{\frac{5}{2}}}{\frac{5}{2}}+c=\frac{2x^{\frac{5}{2}}}{5}+c$$
18.
$$\int (4^{x}+2^{-x})dx=\frac{4x}{\ln 4}+ \int (\frac{1}{2})^{x}dx=\frac{4^{x}}{\ln 4}+\frac{(\frac{1}{2})^{x}}{\ln \frac{1}{2}}+c$$