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