solve assumes that expressions are equal to zero. So instead of solve(Eq(a, b)) it is usually easier to just type solve(a - b).
Aaron Meurer On Thu, Jan 30, 2014 at 11:54 PM, Sachin p <[email protected]> wrote: > Why did you subtracted ? > > On Tuesday, January 28, 2014 12:31:52 PM UTC+5:30, Sachin p wrote: >> >> >> How to solve such kind of matrices(see attached pic) for each variable. I >> tried using solve_linear_sysem() but no success. >> >> Expected values: >> >> b1 = 0.6566 >> b2 = 0.7576 >> b3 = 0.6536 >> b4 = 0.0893 > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sympy. > For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. For more options, visit https://groups.google.com/groups/opt_out.
