mirror of
https://github.com/danbulant/notes
synced 2026-05-19 04:18:49 +00:00
vault backup: 2023-04-04 13:21:08
This commit is contained in:
parent
1a1dfd3973
commit
99d0f8bb89
3 changed files with 38 additions and 13 deletions
|
|
@ -233,9 +233,25 @@
|
|||
},
|
||||
"2\\cos\\frac{\\alpha+\\beta}2\\sin\\frac{\\alpha-\\beta}2": {
|
||||
"2\\cos\\frac{\\alpha+\\beta}2\\sin\\frac{\\alpha-\\beta}2": {
|
||||
"currentFile": {
|
||||
"count": 2,
|
||||
"lastUpdated": 1680607216706
|
||||
}
|
||||
}
|
||||
},
|
||||
"\\cos\\alpha+\\cos\\beta": {
|
||||
"\\cos\\alpha+\\cos\\beta": {
|
||||
"currentFile": {
|
||||
"count": 1,
|
||||
"lastUpdated": 1680606991534
|
||||
"lastUpdated": 1680607228733
|
||||
}
|
||||
}
|
||||
},
|
||||
"2\\sin\\frac{\\alpha+\\beta}2\\cos\\frac{\\alpha-\\beta}2": {
|
||||
"2\\sin\\frac{\\alpha+\\beta}2\\cos\\frac{\\alpha-\\beta}2": {
|
||||
"currentFile": {
|
||||
"count": 1,
|
||||
"lastUpdated": 1680607233106
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
30
notes/.obsidian/workspace.json
vendored
30
notes/.obsidian/workspace.json
vendored
|
|
@ -6,17 +6,8 @@
|
|||
{
|
||||
"id": "4163434766f0d7dc",
|
||||
"type": "tabs",
|
||||
"dimension": 83.42303552206674,
|
||||
"children": [
|
||||
{
|
||||
"id": "312cde2b80e58872",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "mat/Funkce/Goniometrické vzorce.md"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "dc5763b0511370a4",
|
||||
"type": "leaf",
|
||||
|
|
@ -42,7 +33,24 @@
|
|||
}
|
||||
}
|
||||
],
|
||||
"currentTab": 2
|
||||
"currentTab": 1
|
||||
},
|
||||
{
|
||||
"id": "87d8591d352266dc",
|
||||
"type": "tabs",
|
||||
"dimension": 16.576964477933263,
|
||||
"children": [
|
||||
{
|
||||
"id": "312cde2b80e58872",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "mat/Funkce/Goniometrické vzorce.md"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"direction": "vertical"
|
||||
|
|
|
|||
|
|
@ -8,7 +8,8 @@ Následující vzorce lze mít k písemkám:
|
|||
součtové vzorce:
|
||||
$\sin\alpha+\sin\beta=2\sin\frac{\alpha+\beta}2\cos\frac{\alpha-\beta}2$
|
||||
$\sin\alpha-\sin\beta=2\cos\frac{\alpha+\beta}2\sin\frac{\alpha-\beta}2$
|
||||
|
||||
$\cos\alpha+\cos\beta=2\cos\frac{\alpha+\beta}2\cos\frac{\alpha-\beta}2$
|
||||
$\cos\alpha-\cos\beta=2\sin\frac{\alpha+\beta}2\sin\frac{\alpha-\beta}2$
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue