obsidian_backup/补课/多体动力学/17_Equations_of_Motions.ipynb

29 lines
479 B
Plaintext
Raw Normal View History

2025-03-23 12:18:58 +08:00
{
2025-03-23 12:40:05 +08:00
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"import sympy as sm\n",
"import sympy.physics.mechanics as me\n",
"me.init_vprinting(use_latex='mathjax')"
]
}
],
2025-03-23 12:18:58 +08:00
"metadata": {
"kernelspec": {
"display_name": "Turtle",
"language": "python",
"name": "python3"
},
"language_info": {
"name": "python",
"version": "3.11.8"
}
},
"nbformat": 4,
"nbformat_minor": 2
}