Close
Close window
IsSimplicial - 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

IsSimplicial

determine if a vertex is simplicial

Calling Sequence

IsSimplicial(G, v)

Parameters

G

-

graph

v

-

vertex of the graph

Description

IsSimplicial(G,v) returns true or false indicating whether the vertex v is simplicial.

Definition

A vertex v is simplicial if the subgraph induced by v and its neighbors forms a clique . That is, every pair of vertices which are both neighbors of v are also neighbors of each another.

Examples

>

withGraphTheory:

>

C4CycleGraph4

C4Graph 1: an undirected graph with 4 vertices and 4 edges

(1)
>

IsSimplicialC4,1

false

(2)
>

EGGraph3

EGGraph 2: an undirected graph with 3 vertices and 0 edges

(3)
>

IsSimplicialEG,1

true

(4)

Compatibility

The GraphTheory[IsSimplicial] command was introduced in Maple 2022.

For more information on Maple 2022 changes, see Updates in Maple 2022 .


Download Help Document

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