c)
With the topology from part (b), write down the least squares problem for finding optimal distances for the edges.
Make use of the weights w1, ..., w7 already assigned to the tree shown above and the matrix notation
to solve the least squares problem:
Write down the matrix A row per row, e.g. : 1,2,3,4,5,6 as the first row and the vectors x and b element per element.
|
A = |
___________________
|
|
___________________
|
|
___________________
|
|
___________________
|
|
___________________
|
|
___________________
|
|
___________________
|
|
___________________
|
|
___________________
|
|
___________________
|
|
x = |
___________________
|
|
___________________
|
|
___________________
|
|
___________________
|
|
___________________
|
|
___________________
|
|
___________________
|
|
b = |
___________________
|
|
___________________
|
|
___________________
|
|
___________________
|
|
___________________
|
|
___________________
|
|
___________________
|
|
___________________
|
|
___________________
|
|
___________________
|
|