Graph Theory Calculator
Analyze a small weighted undirected graph for connectivity, shortest paths, MST, coloring, and traversal properties.
Scratchpad (not saved)
Save to create a persistent, shareable workspace.
What This Calculator Does
This calculator analyzes a small weighted undirected graph from its edge weights and reports both metric properties and structural properties. It combines shortest-path, spanning-tree, coloring, and traversal checks into one compact graph summary.
It combines Node Count, Source Node, Weight 1-2, Weight 1-3 to estimate Degree Sequence, Connected, Shortest Paths.
Formula & Method
Notation used in the formulas: R = Degree Sequence; x_{1} = Node Count; x_{2} = Source Node; x_{3} = Weight 1-2; x_{4} = Weight 1-3; x_{5} = Weight 1-4; x_{6} = Weight 1-5.
Method summary: inputs are normalized to consistent units, core equations are evaluated, then secondary values are derived and rounded for display.
Use it when you want to inspect a small graph quickly without moving into a full graph library, especially for homework, design sketches, and algorithm sanity checks.
Inputs Used
- Node Count: Used directly in the calculation.
- Source Node: Used directly in the calculation.
- Weight 1-2: 0 means no edge
- Weight 1-3: 0 means no edge
- Weight 1-4: 0 means no edge
- Weight 1-5: 0 means no edge
- Weight 2-3: 0 means no edge
- Weight 2-4: 0 means no edge
- Weight 2-5: 0 means no edge
- Weight 3-4: 0 means no edge
- Weight 3-5: 0 means no edge
- Weight 4-5: 0 means no edge
Related Calculators
- Modular Arithmetic Calculator — Compute modular operations, modular inverses, and two-congruence CRT solutions.
- Boolean Algebra Simplifier — Minimize a Boolean function from minterm and don't-care masks using Quine-McCluskey for up to four variables.
- Prime Factorization Calculator — Factor an integer and derive divisor-count, divisor-sum, Euler totient, and divisor list.
- Percentage Calculator — Perform common percentage operations: find a percentage of a value, calculate what percentage one number is of another, and find percentage change.
- Fraction Calculator — Add, subtract, multiply, or divide two fractions and simplify the result.
- Ratio Calculator — Simplify a ratio and compute equivalent forms.
- Proportion Calculator — Solve proportions of the form a / b = c / x.
- Average Calculator — Compute mean, median, and mode from up to five values.