> Consider the (20x20) array of numbers here(I wrote all of the numbers in
> my program). Lets say this represents a matrix A of distances (in
> kilometers) between cities. Note that A is symmetric A(i,j) = A(j,i) and all
> its diagonal elements are zero. Suppose Vladimir from city i and Petra from
On 02/21/2013 07:16 AM, Mara Kelly wrote:
Hi everyone, Here is the question I was given...Consider the (20x20) array of numbers
here(I wrote all of the numbers in my program). Lets say this represents a matrix A of
distances (in kilometers) between cities. Note that A is symmetric A(i,j) = A(j,
On 21/02/13 12:16, Mara Kelly wrote:
Consider the (20x20) array of numbers here
matrix A of distances (in kilometers) between cities. Note that A is
symmetric A(i,j) = A(j,i) and all its diagonal elements are zero.
Suppose Vladimir from city i and Petra from city j want to meet up in
some t
Hi everyone, Here is the question I was given...Consider the (20x20) array of
numbers here(I wrote all of the numbers in my program). Lets say this
represents a matrix A of distances (in kilometers) between cities. Note that A
is symmetric A(i,j) = A(j,i) and all its diagonal elements are zero.