summaryrefslogtreecommitdiff
path: root/377/CH11/EX11.3/11_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '377/CH11/EX11.3/11_3.sce')
-rw-r--r--377/CH11/EX11.3/11_3.sce9
1 files changed, 9 insertions, 0 deletions
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