Close
Close window
MaximumDegree - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.
Maplesoft logo
Maplesoft logo

Online Help

All Products Maple MapleSim


[フレーム] [フレーム]

GraphTheory

MinimumDegree

minimum degree

MaximumDegree

maximum degree

Calling Sequence

MaximumDegree(G)

MinimumDegree(G)

Parameters

G

-

undirected graph

Description

MaximumDegree returns the largest degree of the graph.

MinimumDegree returns the smallest degree of the graph.

A graph is regular if its minimum degree is equal to its maximum degree.

Examples

>

withGraphTheory:

>

GGraphTrail1,2,3,4,2,5,6,7,2,8,1

GGraph 1: an undirected graph with 8 vertices and 10 edges

(1)
>

MaximumDegreeG

6

(2)
>

MinimumDegreeG

2

(3)
>

DrawGraphG


Download Help Document

AltStyle によって変換されたページ (->オリジナル) /