Maxima version: 5.15.0Maxima build date: 17:36 4/20/2008host type: i686-pc-mingw32lisp-implementation-type: GNU Common Lisp (GCL)lisp-implementation-version: GCL 2.6.8
Maxima can solve this equations by using the package to_poly_sover. This example has been added to the open feature request ID: 2617416 "to_poly_solve in core, was: Maxima can't solve equation".
Closing this bug report.
Dieter Kaiser
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=895922
Originator: NO
A work around:
(%i1) load(topoly_solver)$
(%i2) to_poly_solve([x+y=1,sqrt(x+1)=1],[x,y]);
(%o2) [[x=0,y=1]]
Maxima can solve this equations by using the package to_poly_sover. This example has been added to the open feature request ID: 2617416 "to_poly_solve in core, was: Maxima can't solve equation".
Closing this bug report.
Dieter Kaiser