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[graph] - generate a graph from a specified set of vertices and edges
Calling Sequence
graph(vset, eset)
Parameters
vset
-
set of vertex names
eset
set of pairs of vertex names
Description
Important: The networks package has been deprecated. Use the superseding command GraphTheory[Graph] instead.
This procedure generates graphs directly from a set of vertices and a set of vertex pairs. Each pair of vertices is specified as either a list or a set. Use of a list indicates direction from the tail to the head.
This routine is normally loaded via the command with(networks) but may also be referenced using the full name networks[graph](...).
Examples
Only one of these edges should be directed.
See Also
GraphTheory, GraphTheory[Graph], networks(deprecated)[addedge], networks(deprecated)[addvertex], with
Download Help Document