You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
-
Q
Code:
mu12=5;
mu123=20/21;
z1=1:15;
z2=-10:0.05:10;
counter=1;
index=1;
count=1;
indexer=1;
m=1;
n=1;
for l=1:1:15;
for p=1:1:401;
x=(sqrt(mu12)/10)*z1(n)+z2/(sqrt(mu123));
y=(-(sqrt(mu12)/10)*z1(n))+(z2/(sqrt(mu123)));
z=1:401;
z(indexer)=z1(n)/sqrt(mu12)...