Files
labor_mathematische_anwendu…/MATLAB/Uebungen/02 Symbolic Math Toolbox/Aufgabe 4/Aufgabe4_b.m

4 lines
50 B
Mathematica

syms x;
f(x) = tan(x);
f_x = diff(f,x);
disp(f_x);