Recent content by Baynie

  1. Baynie

    MATLAB Code: Stationary Schrodinger EQ, E Spec, Eigenvalues

    UPDATE: Here is an update on the code I've been working on. It is probably closer to where I'm supposed to be headed. I just have problems when it comes to calculating V and Veff clear clc N = 101; a = .01; n = 1:101; r(1:N) = n.*a; l = input('Enter angular quantum number l: '); T = zeros(N)...
  2. Baynie

    MATLAB Code: Stationary Schrodinger EQ, E Spec, Eigenvalues

    Hello everyone, For weeks I have been struggling with this quantum mechanics homework involving writing a code to determine the energy spectrum and eigenvalues for the stationary Schrodinger equation for the harmonic oscillator. I can't find any resources anywhere. If anyone could help me get...
  3. Baynie

    Exploring the World of Physics: A Community of Enthusiasts

    Hello everyone! I am excited to join a community that is as passionate about physics as I am! I look forward to getting to know some of you, having great discussions, and discussing physics topics and problems!
Back
Top