Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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

click to hide/show revision 2
No.2 Revision

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)

sol=solve(f==0,g==0],V,w,solution_dict=True)

It does not return numerical solutions when there are two.

Thanks

click to hide/show revision 3
formatting

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)
sol=solve([f==0,g==0],V,w,solution_dict=True)

It does not return numerical solutions when there are two.

Thanks