-1

I need to matrix multiplication in symbolic form. I use this to determine inverse kinematics of a robot arm. So matrixes have trigonometric function and I need to multiply those matrixes as the symbolic view. Any tips or reference is highly appreciate.

Mark90
  • 3
  • 1

1 Answers1

0

You can use SymPy Python package for this.

SymPy official Doc

TutorialsPoint tutorial

Husnul Jahneer
  • 262
  • 2
  • 5