Skip to content
Snippets Groups Projects
Commit 750c0504 authored by Guillaume Demesy's avatar Guillaume Demesy
Browse files

pp

parent 2faeb9d3
No related branches found
No related tags found
No related merge requests found
...@@ -165,7 +165,7 @@ Function{ ...@@ -165,7 +165,7 @@ Function{
ts[] = 2.*k1z[] /(k1z[]+k2z[]); ts[] = 2.*k1z[] /(k1z[]+k2z[]);
rp[] = (k1z[]*epsr2[]-k2z[]*epsr1[])/(k1z[]*epsr2[]+k2z[]*epsr1[]); rp[] = (k1z[]*epsr2[]-k2z[]*epsr1[])/(k1z[]*epsr2[]+k2z[]*epsr1[]);
tp[] = (2.*k1z[]*epsr2[])/(k1z[]*epsr2[]+k2z[]*epsr1[]); tp[] = (2.*k1z[]*epsr2[])/(k1z[]*epsr2[]+k2z[]*epsr1[]);
spol[] = Vector[Sin[phi0],-Cos[phi0],0]; spol[] = Vector[Sin[phi0],-Cos[phi0],0];
AmplEis[] = spol[]; AmplEis[] = spol[];
AmplErs[] = rs[]*spol[]; AmplErs[] = rs[]*spol[];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment