pianofisica

Mathematics & Physics, Maxima, a bit Python & Wolfram, and Arts

2020-05-01から1ヶ月間の記事一覧

入力例で学ぶMaximaの使い方(応用:多項式の商と余り)

2つの多項式同士の割り算を考えたとき、それらの次数が低くて係数も簡単な場合には良いですが、一般にその商と余りを手計算で求めるのはあまり現実的ではありません。そこでMaximaなどの数式処理ソフトをコンピュータで利用する計算が大変役に立ちます。Max…

入力例で学ぶPython (SymPy) :直交多項式

数学の具体的な計算にPythonを使って、数学もPythonも同時に学んでしまいましょう。 Chebyshev多項式(チェビシェフ多項式) 具体例 直交性 Legendre多項式(ルジャンドル多項式) 具体例 直交性 Legendre陪関数(ルジャンドル陪関数) Hermite多項式(エル…

Python(SymPy)で微分方程式を解く(力学の問題を題材にして)

物理学の具体的な計算にPython(SymPy)を使って、物理学もPython(SymPy)も同時に学んでしまいましょう。今回はPythonの数式処理ライブラリであるSymPyを使って微分方程式を解きたいと思います。一般に、未知関数とその導関数を含んだ方程式を微分方程式と…

Python (SymPy) Programming for matrix calculations

Here I'd like to share how to deal with matrix calculation with Python (SymPy). For an introduction to how to use SymPy, seepianofisica.hatenablog.com Matri manipulation Input matrices Refer matrix elements Operations of matrices (Product,…

Python (SymPy) Programming for Symbolic Calculations (Basics)

Here I'd like to share how to use a Python library "SymPy", which is for symbolic formula manipulation. How to use SymPy Import SymPy library Addition, Subtraction, Multiplication and Division Modulo Type of values Power, Factorial, Double…

Python (SymPy) Programming for solving equations and number sequences

Here I'd like to share how to solve equations using Python, in particular "SymPy", a Python library for symbolic formula manipulation.In addition to (simultaneous) equations, I'd like to show you how to find a number sequence defined by a …

Use Maxima to find Laplacian in polar coordinates

Here I'd like to share how to find the Laplacian in polar coordinates with the help of Maxima. It also serves as a good exercise for learning how to use Maxima.Those who have learned electromagnetism, or quantum mechanics, would be familia…

Learn How to use Maxima through Examples (Basics)

Though it would be enjoyable to manipulate equations, more or less it sometimes falls into an unskilled work.To make your learning more efficient, it would be beneficial to let such tedious work be done by your computer.A well-known softwa…

入力例で学ぶPython (SymPy) の使い方(発展)

数学の具体的な計算にPythonを使って、数学もPythonも同時に学んでしまいましょう。本記事は、以前の記事pianofisica.hatenablog.comで学んだ内容の(数学的にもPython的にも)発展編です。今回はPython(SymPy)を使ってBernoulli多項式(ベルヌーイ多項式…

プライバシーポリシー