How do I get a, b and c, from a parabola given the vertex and two points?
问题 I would like to provide the vertex and two points for a parabola to find the a, b and c values. Goal The user input (the X value of the vertex) will always have a 'score' of 100 Background I read this article, which by the way, got me quite a bit further than what I was doing ... Thank You... but I think I misinterpreted the gist of the article. I was under the assumption that the vertex would be one of the three points - boy was I wrong. :-( How to calculate the vertex of a parabola given