Super vielen Dank! Nur frage ich mich wie du das hinbekommen hast...
Mein Gleichungssystem ist da irgendwie nicht ganz richtig.
Ich habe folgenden Ansatz gewählt:
f(x)= ax4 + bx3 + cx2 + dx + e
f'(x)= 4ax3 + 3bx2 + 2cx + d
f''(x)= 12ax2 + 6bx + 2c
Und dann folgendes LGS
f(1)= a + b +c +d +e = 0
f(5)= 625a + 125b + 25c +5d +e = 0
f(3)= 81a + 27b +9c +3d +e = 5
f''(1)= 12a +6b +2c = 0
f'(1)= 4a +3b +2c +d = 0
und das geht irgendwie nicht auf...