Wolfram Language Paclet Repository

Community-contributed installable additions to the Wolfram Language

Primary Navigation

    • Cloud & Deployment
    • Core Language & Structure
    • Data Manipulation & Analysis
    • Engineering Data & Computation
    • External Interfaces & Connections
    • Financial Data & Computation
    • Geographic Data & Computation
    • Geometry
    • Graphs & Networks
    • Higher Mathematical Computation
    • Images
    • Knowledge Representation & Natural Language
    • Machine Learning
    • Notebook Documents & Presentation
    • Scientific and Medical Data & Computation
    • Social, Cultural & Linguistic Data
    • Strings & Text
    • Symbolic & Numeric Computation
    • System Operation & Setup
    • Time-Related Computation
    • User Interface Construction
    • Visualization & Graphics
    • Random Paclet
    • Alphabetical List
  • Using Paclets
    • Get Started
    • Download Definition Notebook
  • Learn More about Wolfram Language

MixedGraphs

Guides

  • Mixed Graph Functions

Symbols

  • EulerizeGraph
  • EvenDegreeVertexList
  • EvenDegreeVertexQ
  • GeneralizedGraphData
  • GraphConvexHull
  • GraphicalDegreeSequenceQ
  • GraphInformation
  • MixedGraphDirectedArcs
  • MixedGraphToDigraph
  • MixedGraphUndirectedEdges
  • OddDegreeVertexList
  • OddDegreeVertexQ
  • OddNodes
  • RandomMixedGraph
  • RandomSymbolicMixedGraph
  • RandomSymbolicWeightedMixedGraph
  • RandomWeightedMixedGraph
  • TakeLargestGraphComponentBy
  • UndirectedGraphToMixedGraph
PeterBurbery`MixedGraphs`
EvenDegreeVertexList
​
EvenDegreeVertexList
[g]
gives the vertexes in the graph
g
with even degree
​
Examples  
(1)
Basic Examples  
(1)
Do the computation for the even degree vertices in a graph:
In[1]:=
EvenDegreeVertexList
[GridGraph[{12,12}]]
Out[1]=
{1,12,14,15,16,17,18,19,20,21,22,23,26,27,28,29,30,31,32,33,34,35,38,39,40,41,42,43,44,45,46,47,50,51,52,53,54,55,56,57,58,59,62,63,64,65,66,67,68,69,70,71,74,75,76,77,78,79,80,81,82,83,86,87,88,89,90,91,92,93,94,95,98,99,100,101,102,103,104,105,106,107,110,111,112,113,114,115,116,117,118,119,122,123,124,125,126,127,128,129,130,131,133,144}
Highlight the even degree vertices:
In[2]:=
HighlightGraphGridGraph[{12,12}],
EvenDegreeVertexList
[GridGraph[{12,12}]]
Out[2]=
SeeAlso
"XXXX"
""

© 2025 Wolfram. All rights reserved.

  • Legal & Privacy Policy
  • Contact Us
  • WolframAlpha.com
  • WolframCloud.com