Overdetermined mixed linear/quadratic system - least squares problem
I have a system of k linear and m quadratic equations in d unknown
variables, k+m>d, so the number of equations is bigger than the number
of unknowns and the system is overdetermined.
A least square solution is required in this case. What is most optimal
way to find that solution?
If the system were purely linear, I could just multiply pseudoinverse
of the matrix by the right hand side vector and that would be it
(minimizing ||Ax-b||).
.
Relevant Pages
- Re: Linear regression
... you should examine the residuals (observed errors) to ... validate the iid assumptions. ... By couplings I mean some unknown relations between the columns. ... between "linear indepdence" and stochastic ... (sci.stat.math) - Re: Detecting a waveform at arbitrary positions and scales
... what practical algorithm can be used to detect A*rin a given ... input signal x, where A, B, and C are unknown? ... This is the inverse problem. ... if ris linear then the solution ... (comp.dsp) - Re: solving 10 equations with 10 unknown
... unknown of the form ... Otherwise, you might try adapting FMINSEARCH, ... for instance by minimizing the function ... linear combinations of a^3, b^2, c, and a constant. ... (comp.soft-sys.matlab) - Re: ? best approx of matrix of a linear sys
... If one has a matrix, rather that a linear function, then one has the ... standard basis of column matrix vectors with a single entry of 1 and ... The matrix A is unknown. ... (sci.math) - Re: Finding origin of circle
... >> these two circles gives you the possible locations of the center. ... and how do I solve two quadratic equations with two unknowns? ... >it was linear by using elimination. ... (sci.math) |
|