ここは数学的に気楽に流してもらっても結構です。 ただし、Pythonプラグラム的には基礎的な内容になります。 これまで、Sympyモジュールからいろいろな命令を取り出して使ってきました。このような命令をdef(デフ)命令を使う事で、自分で定義できます。
Defining a Function You can define functions to provide the required functionality. Here are simple rules to define a function in Python. Function blocks begin with the keyword def followed by the ...