Lösungen der Aufgaben rüberkopiert.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
syms x;
|
||||
f(x) = 1-x / sqrt(x)-x;
|
||||
|
||||
f_x = diff(f,x);
|
||||
disp(f_x);
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,5 @@
|
||||
syms x;
|
||||
f(x) = 1-x / sqrt(x)-x;
|
||||
|
||||
f_x = diff(f,x);
|
||||
disp(f_x);
|
||||