Initial vault commit

This commit is contained in:
2026-03-18 10:26:06 +01:00
commit 0e8c6322aa
295 changed files with 65929 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
1.
$$
(a+b)*(a*b)= 2ab+a^2+b^2
$$
2.
$$
(a-b)*(a-b)=-2ab+a^2+b^2
$$
3.
$$
(a+b)*(a-b)=a^2-b^2
$$