Scientific Calculator
mckennatim/solarConstants
By mckennatim
Tagged:
c = 2.998e8;
q = 1.6e-19;
h = 6.626e-34;
k = 1.38e-23;
eo = 8.854e-12;
n1=1;
n2=1.5;
theta_i=0;
theta_t=n1*asin(theta_i)/n2;
Xc=function(c,f) {
1/(2*pi*f*c);
};
0 Comments
Sign in to leave a comment