About 669,000 results
Open links in new tab
  1. Simple Graph - from Wolfram MathWorld

    A simple graph, also called a strict graph (Tutte 1998, p. 2), is an unweighted, undirected graph containing no graph loops or multiple edges (Gibbons 1985, p. 2; West 2000, p. 2; Bronshtein and …

  2. Graph (discrete mathematics) - Wikipedia

    In discrete mathematics, particularly in graph theory, a graph is a structure consisting of a set of objects where some pairs of the objects are in some sense "related".

  3. Types of Graphs with Examples - GeeksforGeeks

    Oct 27, 2025 · A simple graph is a graph that does not contain more than one edge between the pair of vertices. A simple railway track connecting different cities is an example of a simple graph.

  4. Graphing Calculator - Desmos

    Explore math with our beautiful, free online graphing calculator. Graph functions, plot points, visualize algebraic equations, add sliders, animate graphs, and more.

  5. Since the edges of a simple graph are undirected, they are represented by unordered pairs of vertices rather than ordered pairs. For example, if V = fa; b; cg, then fa; bg = fb; ag would represent the same …

  6. Math Alive Graphs 1 - Princeton University

    We will study only the so-called simple graphs. Simple graphs do not have edges that begin and end at the same vertex; they also don't have multiple edges between any two vertices.

  7. 5.1 The Basics - Whitman College

    A graph with no loops and no multiple edges is a simple graph. A graph with no loops, but possibly with multiple edges is a multigraph. The condensation of a multigraph is the simple graph formed by …

  8. Graph Theory - Simple Graphs - Online Tutorials Library

    A simple graph is a graph that does not have multiple edges (also called parallel edges) between two nodes and does not contain loops (edges that connect a node to itself).

  9. Make your own Graphs - Math is Fun

    Explore the wonderful world of graphs. Create your own, and see what different functions produce. Get to understand what is really happening....

  10. Kinda Technical | A Guide to Graph Theory - Simple Graphs

    A simple graph is an undirected graph without loops or multiple edges between the same pair of vertices. Formally: Edges connect distinct vertices. Each pair of vertices is connected by at most one …