10.03.2015 Views

v2009.01.01 - Convex Optimization

v2009.01.01 - Convex Optimization

v2009.01.01 - Convex Optimization

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

346 CHAPTER 5. EUCLIDEAN DISTANCE MATRIX<br />

√<br />

5<br />

2<br />

1<br />

⎡<br />

D = ⎣<br />

1 2 3<br />

0 1 5<br />

1 0 4<br />

5 4 0<br />

⎤<br />

⎦<br />

1<br />

2<br />

3<br />

Figure 92: <strong>Convex</strong> hull of three points (N = 3) is shaded in R 3 (n=3). Dotted<br />

lines are imagined vectors to points.<br />

5.1 EDM<br />

Euclidean space R n is a finite-dimensional real vector space having an inner<br />

product defined on it, hence a metric as well. [197,3.1] A Euclidean distance<br />

matrix, an EDM in R N×N<br />

+ , is an exhaustive table of distance-square d ij<br />

between points taken by pair from a list of N points {x l , l=1... N} in R n ;<br />

the squared metric, the measure of distance-square:<br />

d ij = ‖x i − x j ‖ 2 2<br />

∆<br />

= 〈x i − x j , x i − x j 〉 (786)<br />

Each point is labelled ordinally, hence the row or column index of an EDM,<br />

i or j =1... N , individually addresses all the points in the list.<br />

Consider the following example of an EDM for the case N = 3 :<br />

D = [d ij ] =<br />

⎡<br />

⎣<br />

⎤<br />

d 11 d 12 d 13<br />

d 21 d 22 d 23<br />

⎦ =<br />

d 31 d 32 d 33<br />

⎡<br />

⎣<br />

0 d 12 d 13<br />

d 12 0 d 23<br />

d 13 d 23 0<br />

⎤<br />

⎡<br />

⎦ = ⎣<br />

0 1 5<br />

1 0 4<br />

5 4 0<br />

⎤<br />

⎦ (787)<br />

Matrix D has N 2 entries but only N(N −1)/2 pieces of information. In<br />

Figure 92 are shown three points in R 3 that can be arranged in a list to

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!