2018-07-02 14:00:22 -0600 | received badge | ● Notable Question (source) |
2016-09-22 08:14:06 -0600 | received badge | ● Popular Question (source) |
2015-02-09 20:40:02 -0600 | asked a question | System of 3 equations in 3 variables with symbolic coefficients Here is my Sage code: When I evaluate this, all I get are my original input equations, pretty-printed. I am expecting a solution for x, y and z in terms of the other constant symbols and that's not happening. How can I get Sage to solve these equations? |