Skip to content

Instantly share code, notes, and snippets.

import numpy as np
import matplotlib.pyplot as plt
from scipy.special import jn # jn(n, x) ≡ J_n(x)
x = np.linspace(0, 10, 500)
ordenes = [0]
plt.figure(figsize=(12, 8))