vault backup: 2025-09-26 13:13:01
This commit is contained in:
27
.obsidian/types.json
vendored
27
.obsidian/types.json
vendored
@ -1,27 +0,0 @@
|
||||
{
|
||||
"types": {
|
||||
"aliases": "aliases",
|
||||
"cssclasses": "multitext",
|
||||
"tags": "tags",
|
||||
"excalidraw-plugin": "text",
|
||||
"excalidraw-export-transparent": "checkbox",
|
||||
"excalidraw-mask": "checkbox",
|
||||
"excalidraw-export-dark": "checkbox",
|
||||
"excalidraw-export-padding": "number",
|
||||
"excalidraw-export-pngscale": "number",
|
||||
"excalidraw-export-embed-scene": "checkbox",
|
||||
"excalidraw-link-prefix": "text",
|
||||
"excalidraw-url-prefix": "text",
|
||||
"excalidraw-link-brackets": "checkbox",
|
||||
"excalidraw-onload-script": "text",
|
||||
"excalidraw-linkbutton-opacity": "number",
|
||||
"excalidraw-default-mode": "text",
|
||||
"excalidraw-font": "text",
|
||||
"excalidraw-font-color": "text",
|
||||
"excalidraw-border-color": "text",
|
||||
"excalidraw-css": "text",
|
||||
"excalidraw-autoexport": "text",
|
||||
"excalidraw-embeddable-theme": "text",
|
||||
"excalidraw-open-md": "checkbox"
|
||||
}
|
||||
}
|
@ -47,4 +47,8 @@ Given the above series, we can define the following:
|
||||
- $S_1 = a_1 = \sum_{i=1}^\infty a_i$
|
||||
- $S_2 = a_1 + a_2 = \sum_{i=1}^2 a_i$
|
||||
- $S_n = a_1 + a_2 + ... = \sum_{i=1}^n a_i$
|
||||
-
|
||||
- If the limit of $S_n$ as $S_n$ approaches $\infty$ converges to $L$, then we write:
|
||||
$$\sum_{n=1}^\infty a_n = L$$
|
||||
and say that the sum converges to $L$.
|
||||
|
||||
## Examples
|
||||
|
Reference in New Issue
Block a user