Quadratic programming: Difference between revisions

Content deleted Content added
m convert special characters found by Wikipedia:Typo Team/moss (via WP:JWB)
Line 10:
Given:
* a [[real number|real]]-valued, {{mvar|n}}-dimensional vector {{math|'''c'''}},
* an {{math|''n'' × ''n''}}-dimensional real [[symmetric matrix]] {{mvar|Q}},
* an {{math|''m'' × ''n''}}-dimensional real [[matrix (mathematics)|matrix]] {{mvar|A}}, and
* an {{mvar|m}}-dimensional real vector {{math|'''b'''}},
the objective of quadratic programming is to find an {{mvar|n}}-dimensional vector {{math|'''x'''}}, that will
Line 40:
===Generalizations===
 
When minimizing a function {{mvar|f}} in the neighborhood of some reference point {{math|''x''<sub>0</sub>}}, {{mvar|Q}} is set to its [[Hessian matrix]] {{math|'''H'''(''f''&hairsp;('''x'''<sub>0</sub>))}} and {{math|'''c'''}} is set to its [[gradient]] {{math|∇''f''&hairsp;('''x'''<sub>0</sub>)}}. A related programming problem, [[quadratically constrained quadratic program]]ming, can be posed by adding quadratic constraints on the variables.
 
==Solution methods==