Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. pot(k,k)=(((-2)/(a*a*dphi*dphi))-(2/(dz*dz)))*(1+(z(zcounter)/L));
  2. pot(k,k+1)=((1+(z(zcounter)/L))/(a*a*dphi*dphi))+(((1+(z(zcounter)/L))-(1+(z(zcounter)/L)))/4*a*a*dphi*dphi);
  3. pot(k,k-1)=((1+(z(zcounter)/L))/(a*a*dphi*dphi))-(((1+(z(zcounter)/L))-(1+(z(zcounter)/L)))/4*a*a*dphi*dphi);
  4. pot(k,k+length(z))=((1+(z(zcounter)/L))/(dz*dz))+(((1+((z(zcounter)+dz)/L))-(1+((z(zcounter)-dz)/L)))/4*dz*dz);
  5. pot(k,k-length(z))=((1+(z(zcounter)/L))/(dz*dz))-(((1+((z(zcounter)+dz)/L))-(1+((z(zcounter)-dz)/L)))/4*dz*dz);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement