next up previous
Up: Back to the Chemistry 3730 assignment index

Assignment 11 solutions

First, let's define the Huckel matrix:

> with(linalg):
Warning, new definition for norm
Warning, new definition for trace
> cpmat := matrix(5,5);

displaymath22

> entermatrix(cpmat);
(Long, tedious process of entering the matrix deleted. Only the result is shown below.)

displaymath23

Now that we have the Huckel matrix, we can calculate its eigenvalues. These eigenvalues are the orbital energies:

> orbital_en:=evalf(Eigenvals(cpmat));

displaymath24

Here is a Lewis diagram of one of the resonance structures of the cyclopentadienyl anion:

tex2html_wrap32

The lone pair is fully delocalized (we can tell this by pushing these electrons around the ring). There are therefore six tex2html_wrap_inline30 electrons so the delocalization energy is

> 2*orbital_en[1]+2*orbital_en[2]+2*orbital_en[3]-6*(-1);

displaymath25



Marc Roussel
Wed Dec 9 10:56:04 MST 1998