Files
labor_mathematische_anwendu…/MATLAB/Uebungen/02 Symbolic Math Toolbox/Aufgabe 8/Aufgabe8_a2.m

7 lines
67 B
Mathematica

syms x a b n
f(x) = nthroot(a*x-b,n);
F(x) = int(f, x);
disp(F);