Files
labor_mathematische_anwendu…/MATLAB/Uebungen/02 Symbolic Math Toolbox/Aufgabe 8/Aufgabe8_a1.m

7 lines
51 B
Mathematica

syms x
f(x) = log(x);
F(x) = int(f, x);
disp(F);