7 lines
51 B
Mathematica
7 lines
51 B
Mathematica
syms x
|
|
|
|
f(x) = log(x);
|
|
|
|
F(x) = int(f, x);
|
|
|
|
disp(F); |