eduroam-prg-gm-1-3-245.net.univ-paris-diderot.fr 2025-9-19:10:32:37
This commit is contained in:
3
.obsidian/appearance.json
vendored
3
.obsidian/appearance.json
vendored
@@ -41,7 +41,8 @@
|
||||
"ITS-checkboxes",
|
||||
"supercharged-links-gen",
|
||||
"stacked_tabs",
|
||||
"vertical_stacked_tabs"
|
||||
"vertical_stacked_tabs",
|
||||
"headers"
|
||||
],
|
||||
"interfaceFontFamily": "CMU Bright,CMU Sans Serif,FiraCode Nerd Font",
|
||||
"textFontFamily": "CMU Sans Serif,FiraCode Nerd Font,CMU Serif",
|
||||
|
9
.obsidian/hotkeys.json
vendored
9
.obsidian/hotkeys.json
vendored
@@ -533,6 +533,12 @@
|
||||
"Ctrl"
|
||||
],
|
||||
"key": "="
|
||||
},
|
||||
{
|
||||
"modifiers": [
|
||||
"Ctrl"
|
||||
],
|
||||
"key": ";"
|
||||
}
|
||||
],
|
||||
"workspace:previous-tab": [
|
||||
@@ -1060,5 +1066,6 @@
|
||||
],
|
||||
"key": "W"
|
||||
}
|
||||
]
|
||||
],
|
||||
"obsidian-completr:completr-bypass-tab-key": []
|
||||
}
|
@@ -107,7 +107,7 @@
|
||||
"library2": {
|
||||
"type": "excalidrawlib",
|
||||
"version": 2,
|
||||
"source": "https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/2.15.1",
|
||||
"source": "https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/2.15.3",
|
||||
"libraryItems": []
|
||||
},
|
||||
"imageElementNotice": true,
|
||||
|
@@ -5,12 +5,12 @@
|
||||
{
|
||||
"id": 2,
|
||||
"name": "memoire-L3",
|
||||
"lastUpdate": 1758237162953
|
||||
"lastUpdate": 1758269557736
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"name": "Ma bibliothèque",
|
||||
"lastUpdate": 1758237163106
|
||||
"lastUpdate": 1758269557903
|
||||
}
|
||||
],
|
||||
"renderCitations": true,
|
||||
|
5
.obsidian/snippets/headers.css
vendored
Normal file
5
.obsidian/snippets/headers.css
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
h1 {
|
||||
color: #ff8700;
|
||||
}
|
||||
|
@@ -1,5 +1,8 @@
|
||||
up::[[algèbre]]
|
||||
#s/maths/algèbre
|
||||
---
|
||||
up: "[[algèbre]]"
|
||||
tags:
|
||||
- "#s/maths/algèbre"
|
||||
---
|
||||
|
||||
Une matrice est l'objet mathématique désignant un tableau.
|
||||
|
||||
|
@@ -1,6 +1,9 @@
|
||||
up:: [[matrice]]
|
||||
#s/maths/algèbre
|
||||
|
||||
---
|
||||
up: "[[matrice]]"
|
||||
tags:
|
||||
- "#s/maths/algèbre"
|
||||
aliases:
|
||||
- produit de matrices
|
||||
---
|
||||
|
||||
# Multiplication de matrices
|
||||
|
Reference in New Issue
Block a user