Lösungen der Aufgaben rüberkopiert.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
syms x;
|
||||
|
||||
f(x) = 2 / 1+exp(-1/x);
|
||||
|
||||
disp(limit(f,x,"left"));
|
||||
disp(limit(f,x,"right"));
|
||||
disp(limit(f,x,0));
|
||||
Reference in New Issue
Block a user