[tex]\sqrt_{|(a^2x + b^2y)-2|}[/tex] = sqrt(abs((a*a*x + b*b*y) - 2))
Va fi nevoie de includerea bibliotecii math pentru a avea acces la functiile sqrt (radical) si abs(modul).
math.sqrt(abs((a*a*x + b*b*y) - 2))
In mod similar va fi nevoie sa importam biblioteca math