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[complete] - generate a complete graph
Calling Sequence
complete(n)
complete(m, n)
complete(m1,..., mk)
complete(vset)
Parameters
n
-
integer indicating the number of vertices in the given part
m
m1, ..., mk
sequence of integers indicating the number of vertices in each part
vset
set of vertex names
Description
Important: The networks package has been deprecated. Use the superseding command GraphTheory[CompleteGraph] instead.
This procedure generates various types of complete graphs. The number of arguments indicates the number of parts. Each part is specified by an integer indicating the number of vertices in that part. For example a complete bipartite graph is specified as complete(m, n).
In the case of one argument a set vset of vertex names may be specified.
This routine is normally loaded via the command with(networks) but may also be referenced using the full name networks[complete](...).
Examples
See Also
GraphTheory, GraphTheory[CompleteGraph], networks(deprecated)[cycle], networks(deprecated)[petersen], with
Download Help Document