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
GraphTheory[SpecialGraphs][PayleyGraph]
Calling Sequence
PayleyGraph(p)
PayleyGraph(p,k)
PayleyGraph(p,k,m)
Parameters
p
-
prime integer
k
positive integer
m
irreducible univariate polynomial of degree k over GF(p)
Description
If the input is PayleyGraph(p) then the output is an undirected unweighted simple graph G on p vertices labeled 0,1,...,p-1 where the edge {i,j}, with i<j, is in G iff j-i is a quadratic residue in Zp.
If the input is PayleyGraph(p,k) then the output is an undirected unweighted simple graph G on vertices labeled 0,1,...,q-1 where the edge {i,j}, i<j, is in G iff y-x is a square the finite field GF(q) where x is the th element and y is the th element in GF(q). The numbering of the elements in GF(q) is lexicographical.
The vertex label for the element f(x) in Zp[x] is f(p). For example, in GF(23) the elements are ordered . Thus the label for element is .
The field can be specified by specifying the extension polynomial by the user by specifying the extension polynomial for GF(q), a monic irreducible polynomial m(x) in Zp[x] of degree k.
Examples
See Also
SpecialGraphs
Download Help Document