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

7 lines
69 B
Mathematica

syms x a b n c
f(x) = x / sin(a * x)^2;
F(x) = int(f, x);
disp(F);