Making a matrix as subjectfrom matrix formula in Sympy
34 views
Skip to first unread message
nila
unread,
Dec 11, 2016, 3:21:34 AM12/11/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sympy
I am new to sympy. I am working with sympy matrices. Is anybody knows about making a matrix as subject from a matrix equation?.
For examble if the equation is like following 2*A+Matrix[] = Matrix[], here A is a matrix variable. I want to make subject as A in order to find the answer for A straightly. My input for sympy contains matrix values mixedup with variables. so I can't change it as all matrices as variables first, like as explained here bcoz in my i/p there are multiple values and matrix variables, so I can't change each matrix values to variables and then send it to sympy.
Is there any way to do this with sympy?. If not I planned to implement this for sympy. So please let me know whether this functionality already exist or not.
Thank you
Aaron Meurer
unread,
Dec 11, 2016, 8:14:55 PM12/11/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message