I want to make an equation of the third degree in xml language.
The equation is the following:
y=1,284(x^3) - 1,354(x^2) + 0,438x + 0,989
I can write as
y=x[x(1,284x - 1,354) + 0,438] + 0,989
[x(1,284x - 1,354) + 0,438] in xml is: x s0 1,284* 1,354 - l0 0,438 +
The questions is:
x[x(1,284x - 1,354) + 0,438] in xml is: x s0 s1 1,284* 1,354 - l0 0,438 + l1
The equation is the following:
y=1,284(x^3) - 1,354(x^2) + 0,438x + 0,989
I can write as
y=x[x(1,284x - 1,354) + 0,438] + 0,989
[x(1,284x - 1,354) + 0,438] in xml is: x s0 1,284* 1,354 - l0 0,438 +
The questions is:
x[x(1,284x - 1,354) + 0,438] in xml is: x s0 s1 1,284* 1,354 - l0 0,438 + l1






