---
file_format: mystnb
---

# Bessel 関数

0 次から 5 次までの Bessel 関数をプロットしたものを以下に示す．

```{code-cell}
:tags: ["remove-input"]

from num_anal_plots.show_plot_in_jupyter import show_plot_in_jupyter

show_plot_in_jupyter("cylindrical-bessel-functions", version=7)
```

```{code-cell}
:tags: ["remove-input"]

from num_anal_plots.show_plot_in_jupyter import show_plot_in_jupyter

show_plot_in_jupyter("modified-bessel-functions", version=7)
```
