Aufgabe:
Eine Wurzelgleichung soll gelöst werden!
Code:
load(to_poly_solve)$
g:sqrt(x+2)-2=0;
to_poly_solve(g,x);
Ausgabe:
(g) sqrt(x+2)-2=0
%union([x=2])
Lösung mit Sagecell:
Mathematik mit CAS Maxima und Geogebra
http://lungau-academy.at
Aufgabe:
Eine Wurzelgleichung soll gelöst werden!
Code:
load(to_poly_solve)$
g:sqrt(x+2)-2=0;
to_poly_solve(g,x);
Ausgabe:
(g) sqrt(x+2)-2=0
%union([x=2])
Lösung mit Sagecell: