Lösungen der Aufgaben rüberkopiert.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
syms x;
|
||||
f(x) = x^2 * x^(3/4);
|
||||
|
||||
f_x = diff(f,x);
|
||||
|
||||
%simplify(f_x,Steps=100);
|
||||
|
||||
disp(f_x);
|
||||
Reference in New Issue
Block a user