Activities
Students find matrix elements of the position operator \(\hat x\) in a sinusoidal basis. This allows them to express this operator as a matrix, which they can then numerically diagonalize and visualize the eigenfunctions.
Students are asked to:
- Test to see if one of the given functions is an eigenfunction of the given operator
- See if they can write the functions that are found not to be eigenfunctions as a linear combination of eigenfunctions.
Students implement a finite-difference approximation for the kinetic energy operator as a matrix, and then use numpy
to solve for eigenvalues and eigenstates, which they visualize.
Students compute the outer product of a vector on itself to product a projection operator. Students discover that projection operators are idempotent (square to themselves) and that a complete set of outer products of an orthonormal basis is the identity (a completeness relation).