Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要以符号形式进行矩阵乘法。我用它来确定机器人手臂的逆运动学。所以矩阵具有三角函数,我需要将这些矩阵相乘作为符号视图。任何提示或参考都非常感谢。
您可以为此使用 SymPy Python 包。
SymPy 官方文档
TutorialsPoint 教程