[Python][编程][笔记] Python符号计算——求偏微分方程 (Python symbolic computation — solving partial differential equations)

实干、实践、积累、思考、创新。 最近忙,放松时间学学python。 python中的 sympy库是一款符号运算库,功能强大。这里测试其求微分方程的功能。The sympy library in python is a symbolic operation library with powerful functions. Here we test its function of finding differential equations. 我们可以试试用sumpy求解单自由度粘滞阻尼体系自由振动的运动方程。We can try to use …