I'm a computer science grad student, so forgive me for being a little rusty on my math here. I'm working with Gaussian numerical Integration.I know how to find everything, I just wanted to know the best way to solve for the unknowns of the form:
a = w1+w2
b = w1X1+w2
c = w1X1^2+w2
I've already found the solution using elimination and substitution, but it seems intuitive that this could be solved more easily. What would be the best way to solve for the unknowns when a, b, and c are given?