mirror of
https://github.com/danbulant/notes
synced 2026-05-19 04:18:49 +00:00
vault backup: 2022-06-07 16:39:51
This commit is contained in:
parent
3b82f33f38
commit
e5c1145e7f
2 changed files with 19 additions and 3 deletions
|
|
@ -13,7 +13,7 @@
|
|||
{
|
||||
"path": "/",
|
||||
"date": "2022-06-07",
|
||||
"size": 842149
|
||||
"size": 842286
|
||||
}
|
||||
],
|
||||
"activityHistory": [
|
||||
|
|
@ -702,7 +702,7 @@
|
|||
},
|
||||
{
|
||||
"date": "2022-06-07",
|
||||
"value": 713
|
||||
"value": 850
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -107,4 +107,20 @@ for i in (seq 10 99);
|
|||
end
|
||||
```
|
||||
|
||||
25
|
||||
25
|
||||
|
||||
|
||||
---
|
||||
|
||||
$(x+3)^2=9-x^2$
|
||||
$x^2+2x3+9=9-x^2$
|
||||
$x^2+6x=-x^2$
|
||||
$2x^2+6x+0=0$
|
||||
|
||||
$D=b^2-4ac$
|
||||
$D=6^2-0$
|
||||
$\sqrt{D}=6$
|
||||
|
||||
$x=\frac{b\pm\sqrt{D}}{2a}$
|
||||
$x_1=\frac{6+6}{2*2}$
|
||||
$x_1=3$
|
||||
|
|
|
|||
Loading…
Reference in a new issue