summaryrefslogtreecommitdiff
path: root/377/CH11/EX11.4/11_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '377/CH11/EX11.4/11_4.sce')
-rw-r--r--377/CH11/EX11.4/11_4.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/377/CH11/EX11.4/11_4.sce b/377/CH11/EX11.4/11_4.sce
new file mode 100644
index 000000000..8dd706d78
--- /dev/null
+++ b/377/CH11/EX11.4/11_4.sce
@@ -0,0 +1,7 @@
+disp("Vp=σ*(a^2)/(2*μh*Єs)");
+b=1/10; //say b=σ
+c=500; //say c=μh
+d=12*8.854*10^-14; //say d=Єs
+a=2*10^-4;
+Vp=b*(a^2)/(2*c*d);
+printf('\n The value of pinch-off voltege is %fV',Vp); \ No newline at end of file