7 lines
67 B
Mathematica
7 lines
67 B
Mathematica
syms x a b n
|
|
|
|
f(x) = nthroot(a*x-b,n);
|
|
|
|
F(x) = int(f, x);
|
|
|
|
disp(F); |