I want to write the mathematical equation that represents these data points in the given graph below.
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?

a |x-h| + kform, how can I write it in the form you mentioned? – imageprocessingproblem Jan 24 '21 at 16:23y-1 = a|x|wherefor x>0, y-1 = axandfor x<0, y-1 = -ax. Should I apply linear regression to both of these seperate equations? – imageprocessingproblem Jan 24 '21 at 17:59y=a|x-m|and I also found a=0.1 , b=2.93 and m=0, no matter how hard I tried I still couldn't get the equation that would represent these blue data points. Could you help a little more, please? – imageprocessingproblem Jan 24 '21 at 21:37