From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 377/CH11/EX11.3/11_3.sce | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 377/CH11/EX11.3/11_3.sce (limited to '377/CH11/EX11.3/11_3.sce') diff --git a/377/CH11/EX11.3/11_3.sce b/377/CH11/EX11.3/11_3.sce new file mode 100644 index 000000000..6b0ef0d33 --- /dev/null +++ b/377/CH11/EX11.3/11_3.sce @@ -0,0 +1,9 @@ +disp("R=L/(q*Nd*μe*W*(a-(2*b)))"); +L=10*10^-4; +q=1.6*10^-19; +Nd=10^16; +c=1500; //say c=μe +W=100*10^-4; +d=2*10^-4; //say d=(a-(2*b)) +R=L/(q*Nd*c*W*d); +printf('\n The minimum value of the linear resistor is %fohm',R); \ No newline at end of file -- cgit