Content deleted Content added
→Example: less is more |
m →Example: changed to element of null space |
||
Line 61:
:<math> \mathbf{0} = \mathbf{B} \, \mathbf{a} </math>
where <math> \mathbf{B} </math> is a <math> N \times 6 </math> matrix which holds the vectors <math> \mathbf{b}_{k} </math> in its rows. This means that <math> \mathbf{a} </math>
In practice the vectors <math> \mathbf{x}_{k} </math> and <math> \mathbf{y}_{k} </math> may contain noise which means that the similarity equations are only approximately valid. As a consequence, there may not be a vector <math> \mathbf{a} </math> which solves the homogeneous equation <math> \mathbf{0} = \mathbf{B} \, \mathbf{a} </math> exactly. In these cases, a total least squares solution can be used by choosing <math> \mathbf{a} </math> as a right singular vector corresponding to the smallest singular value of <math> \mathbf{B}. </math>
|