Conversion from strange JMP-IN format to normal coefficients
Form given in JMP-IN:
A + Bx + C(x - 25)2
A + Bx + C(x2 - 50x + 625)
A + Bx + Cx2 - 50Cx + 625C
Normal second-order format:
(A + 625C) + (B - 50C)x + cx2
backup data file (Excel format)