Lösungen der Aufgaben rüberkopiert.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
syms x a b n
|
||||
|
||||
f(x) = nthroot(a*x-b,n);
|
||||
|
||||
F(x) = int(f, x);
|
||||
|
||||
disp(F);
|
||||
Reference in New Issue
Block a user