Dann vielleicht auch im CAS?
https://www.geogebra.org/m/qvbtpky9
mit
fo(x):= a2 x^(2) + a1 x + a0
L:{fo(x(A))=y(A),fo(x(B))=y(B),fo(x(C))=y(C)}
IL:Solve(L)
f(x):=Substitute(fo(x), IL)
oder auch per Matrix Mx = b
M:Substitute(LeftSide(L), { a2, a1, a0} = Identity(3))
b:=Transpose(RightSide(L))
BTW: Mit welchem Eisen macht man einen 350 m Schlag?