Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
networks[incident] - finds the edges incident to a vertex set
Calling Sequence
incident(v1, G)
incident(Vset, G)
incident(Vset, G, 'In')
incident(Vset, G, 'Out')
Parameters
G
-
graph or network
v1
vertex in G
Vset
vertex set in G
Description
Important:The networks package has been deprecated. Use the superseding command GraphTheory[IncidentEdges]instead.
Given a vertex v the edges incident with v are returned as a set.
Given a vertex set then the set of cut edges to the subgraph induced by that set of edges is returned.
The 'In'/'Out' flags specify which kind of directed edges should be considered. Undirected edges are considered bidirectional and included in both classifications.
This routine is normally loaded via the command with(networks) but may also be referenced using the full name networks[incident](...).
Examples
See Also
GraphTheory, GraphTheory[IncidentEdges], networks(deprecated)[edges], networks(deprecated)[ends], with
Download Help Document