import matplotlib.pyplot as plt
import numpy as np
x = np.linspace(0, 10, 1000)
y = np.sin(x * x)
plt.plot(x, y)
plt.show()
July 8, 2025
Welcome to my blog! This is my first post.
Add executable code blocks:
Inline math: \(E = mc^2\)
Block math: \[ \int_{-\infty}^{\infty} e^{-x^2} dx = \sqrt{\pi} \]