I was wondering how to create a matrix and compute its inverse using SymPy in Python?
For example, for this symbolic matrix:
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If your question was: How to compute the inverse of a matrix M in sympy then:
As for how to create a matrix:
will give you the following 2X3 matrix:
1 2 3
4 5 6
See: http://docs.sympy.org/0.7.2/modules/matrices/matrices.html