Hello,
it is not really clear to me how to work with single line equations. For example I want to calculate the Newton-Puiseux Algorithm of a polynomial, i.e. : x**2 + (2*y + 3)*x + y**2 + 3*y + 2 .
If entered into the program in the corresponding format:
1 x**2 + (2*y + 3)*x + y**2 + 3*y + 2;
Is this something that's even supported by the software?
Hello,
it is not really clear to me how to work with single line equations. For example I want to calculate the Newton-Puiseux Algorithm of a polynomial, i.e. :
x**2 + (2*y + 3)*x + y**2 + 3*y + 2.If entered into the program in the corresponding format:
1 x**2 + (2*y + 3)*x + y**2 + 3*y + 2;Is this something that's even supported by the software?