Remove["Global`*"] f= (* rational gebrochene Funktion *) t= (* Variable *) Apart[f,t]
Beispiel:
Remove["Global`*"] f=2 (s^3+5)/(s^3 (s+1)) (* rational gebrochene Funktion *) t=s (* Variable *) fl=Apart[f,t]