Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

function t1

ke = 8.9875e9;
e = 1.6e-19;
G = 6.674e-11;
mp = 1.67e-27;
me = 9.11e-31;

if 0 %%% Ex 9
pw = 5.6e-8;
pag = 1.59e-8;
a = 3.8e-3;
T0 = 20;

T = (2*pw-pag)/(a*pag) + T0
end

if 0 %%% Ex 10
R0 = 41;
R = 41.5;

a = (-1 + R/R0)/ 8
end

if 1 %%% Ex 11
l = 34.9;
r = 0.27e-3;
v = 7;
rho = 1.7e-8;

I = v*pi*r*r / (rho*l)

R0 = rho*l/(pi*r*r);
R = R0*(1+3.9e-3*16);

I = v/R

end

if 0 %%% Ex

end

if 0 %%% Ex

end

if 0 %%% Ex

end

if 0 %%% Ex

end

end

You might also like