linear regression mathematical equation and matrix-vector form from graph

46 Views Asked by At

I want to write the mathematical equation that represents these data points in the given graph below.

enter image description here

Knowing that this is not a linear regression, I want to continue the solution with $y = ax^2 + bx + c$, but I need to create a matrix-vector form using linear regression from the red line.

What exactly should I try? What is the mathematical equation that represents these data? Could it be about absolute value?