I'm almost at my wit's end with a math problem. Hopefully, someone here can point me in the right direction.
In doing some work in the optimum control theory area, I ended up with the six equations and six variables (K11, K12, K13, K22, K23, and K33) below. The terms Eq, Ef, q11, q22, and q33 will be chosen constant values and g is also a constant.
So far I've failed at getting a solution. I tried substitution (i.e. solving for K12 as a function of K13 in the 1st equation and then substituting that into other equations as well as starting with other equations) but the subsequent equations grow huge quite quickly. Is there an algorithm or method to treating such a problem? (FYI, this is not homework....it's work-work
)
Also, what is the name of this general form of problem? I stated it as a system of non-linear equations in the title. If there is a more specific name then I may have better luck with internet searches using the proper name.
- (K12 * Ef)2 + (K13 * Eq) 2 = q11
- K11 – k12 * K22 * Ef2 – K13 * K23 * Eq2 = 0
- g * K12 + K12 * K23 * Ef2 + K13 * K33 * Eq2 = 0
- (K22 * Ef) 2 + (K23 * Eq) 2 – 2 * K12= q22
- K13 – g * K22 – K22 * K23 * Ef2 – K23 * K33* Eq2 = 0
- (K33 * Eq) 2 + 2 * g * K23 + (K23 * Ef)2 = q33
Thanks in advance.
"Almost" Good Answers: