Ask Your Question

Zardoz777's profile - activity

2023-01-10 20:19:17 +0200 received badge  Famous Question (source)
2020-01-13 21:42:27 +0200 received badge  Notable Question (source)
2018-07-18 12:54:52 +0200 received badge  Student (source)
2016-07-02 06:33:14 +0200 received badge  Popular Question (source)
2014-01-04 07:19:38 +0200 asked a question Solving non linear system of equations

Why this is not working in sage?

f=-V+exp(V)-w-1;
g=0.5*V-w;
sol=solve([f==0,g==0],V,w,solution_dict=True)

It does not return numerical solutions when there are two.

Thanks