add a math example

This commit is contained in:
jsz4n
2025-09-24 19:21:42 +02:00
parent 349d0e0bbc
commit 8b3142aa8f

View File

@@ -33,3 +33,7 @@ import this
for i in range(10): for i in range(10):
print("Hello world") print("Hello world")
``` ```
# Some math
$$\bar{x}_w = \frac{\sum_{i=1}^n w_i x_i}{\sum_{i=1}^n w_i} $$