When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Distance matrix - Wikipedia

    en.wikipedia.org/wiki/Distance_matrix

    Distance matrix. In mathematics, computer science and especially graph theory, a distance matrix is a square matrix (two-dimensional array) containing the distances, taken pairwise, between the elements of a set. [1] Depending upon the application involved, the distance being used to define this matrix may or may not be a metric. If there are N ...

  3. Euclidean distance matrix - Wikipedia

    en.wikipedia.org/wiki/Euclidean_distance_matrix

    In mathematics, a Euclidean distance matrix is an n×n matrix representing the spacing of a set of n points in Euclidean space. For points x 1 , x 2 , … , x n {\displaystyle x_{1},x_{2},\ldots ,x_{n}} in k -dimensional space ℝ k , the elements of their Euclidean distance matrix A are given by squares of distances between them.

  4. Distance (graph theory) - Wikipedia

    en.wikipedia.org/wiki/Distance_(graph_theory)

    Distance (graph theory) In the mathematical field of graph theory, the distance between two vertices in a graph is the number of edges in a shortest path (also called a graph geodesic) connecting them. This is also known as the geodesic distance or shortest-path distance. [1] Notice that there may be more than one shortest path between two ...

  5. Adjacency matrix - Wikipedia

    en.wikipedia.org/wiki/Adjacency_matrix

    This matrix is used in studying strongly regular graphs and two-graphs. [3] The distance matrix has in position (i, j) the distance between vertices v i and v j. The distance is the length of a shortest path connecting the vertices. Unless lengths of edges are explicitly provided, the length of a path is the number of edges in it.

  6. Distance-regular graph - Wikipedia

    en.wikipedia.org/wiki/Distance-regular_graph

    In the mathematical field of graph theory, a distance-regular graph is a regular graph such that for any two vertices v and w, the number of vertices at distance j from v and at distance k from w depends only upon j, k, and the distance between v and w. Some authors exclude the complete graphs and disconnected graphs from this definition.

  7. Graph theory - Wikipedia

    en.wikipedia.org/wiki/Graph_theory

    The Laplacian matrix is a modified form of the adjacency matrix that incorporates information about the degrees of the vertices, and is useful in some calculations such as Kirchhoff's theorem on the number of spanning trees of a graph. The distance matrix, like the adjacency matrix, has both its rows and columns indexed by vertices, but rather ...

  8. Distance from a point to a line - Wikipedia

    en.wikipedia.org/wiki/Distance_from_a_point_to_a...

    Distance from a point to a line. The distance (or perpendicular distance) from a point to a line is the shortest distance from a fixed point to any point on a fixed infinite line in Euclidean geometry. It is the length of the line segment which joins the point to the line and is perpendicular to the line. The formula for calculating it can be ...

  9. Shortest path problem - Wikipedia

    en.wikipedia.org/wiki/Shortest_path_problem

    Shortest path problem. Shortest path (A, C, E, D, F) between vertices A and F in the weighted directed graph. In graph theory, the shortest path problem is the problem of finding a path between two vertices (or nodes) in a graph such that the sum of the weights of its constituent edges is minimized. [1]