Question: intro to python exercises using jupyter please answer from a jupyter notebook! The wave function for a particle in a box with Length L is

intro to python exercises using jupyter
please answer from a jupyter notebook!
The wave function for a particle in a box with Length L is given by nic sin - Cln(x) = L Where x is the position and n the quantum number TASK 1 Define a function that calculates the wavefunction for a given quantum number n and position x. Print the value of the wave function between x=0.0 and x L in steps of L/10. TASK 2 Define a function that calculates the square of the wavefunction for a given quantum number n and position x. Print the value of the wave function between x=0.0 and x = Lin steps of L/10. TASK 3 Use Scipy to show by numerical integration that the wave function is normalized TASK 4 Use Scipy to show by numerical integration that wave functions with two different quantum numbers are orthogonal
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
