Hi guys I know this is a really basic question but after looking at the tutorial and reference I couldn't quite figure out how to solve a nonlinear system of equations. (If this is even possible, I dont know). <br><br>
I have this:<br><br><br><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote"> lst eqns, vars;<br><br> eqns = D==pow(T,2);<br><br> vars =T;<br><br>
ex L = lsolve(eqns,vars);<br></blockquote><div><br>But lsolve (I guess the l for linear makes it obvious) cannot solve this nonlinear function. Is there another way I can accomplish this? Then I could do something like:<br>
ex ans = L.subs(lst(D==3)); like I would for a linear? Is this even possible? Thanks for any answer! Ginac is a great tool for me so far!<br></div><br>