Invariant manifold

From formulasearchengine
Revision as of 02:53, 27 December 2013 by en>ChrisGualtieri (References: Remove stub template(s). Page is start class or higher. Also check for and do General Fixes + Checkwiki fixes using AWB)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Min-plus matrix multiplication, also known as the distance product, is an operation on matrices.

Given two n×n matrices A=(aij) and B=(bij), their distance product C=(cij)=AB is defined as an n×n matrix such that cij=mink=1n{aik+bkj}.

This operation is closely related to the shortest path problem. If W is an n×n matrix containing the edge weights of a graph, then Wk gives the distances between vertices using paths of length at most k edges, and Wn is the distance matrix of the graph.

References

See also

Template:Combin-stub