in Graph Theory edited by
384 views
0 votes
0 votes
How many perfect matchings does a complete graph K(n) with even vertices have?

Is it $\frac{n!}{(2!)^{(n/2)}*(\frac{n}{2})!}$ ?

As it's like the combinatorics problem of dividing all n vertices into n/2 groups each of size 2.

OR

Is it (n-1) ?

I read that K(n) can be properly edge coloured using  (n-1) colours. If we make its monochromatic subraphs it'll give n-1 different perfect matchings.

So I am confused. Please Help!!
in Graph Theory edited by
by
384 views

1 Answer

2 votes
2 votes

For each vertex, you need to find a pair. Lets select any one vertex. For this vertex, you can choose other pair vertex in (n-1)C1 ways. Similarly, we do for other vertices. So,

Ans = (n-1)C1 *  (n-3)C1 * (n-5)C1 *  ........ * (1)C1

2 Comments

Yeah but what exactly is this (n-1) different perfect colouring thing? I read it at wikipedia:

https://en.wikipedia.org/wiki/Edge_coloring#/media/File:Complete-edge-coloring.svg

Can you provide some insights?

0
0
@Gate 17 aspirant. I would suggest you read the article from Graph Theory-Narsingh Deo. Its a good book. Else search it on the the net. First you need to know what is matching. Then go for it.
0
0
Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true