summaryrefslogtreecommitdiff
path: root/1787/CH5/EX5.6/Exa5_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '1787/CH5/EX5.6/Exa5_6.sce')
-rwxr-xr-x1787/CH5/EX5.6/Exa5_6.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/1787/CH5/EX5.6/Exa5_6.sce b/1787/CH5/EX5.6/Exa5_6.sce
new file mode 100755
index 000000000..42439bc43
--- /dev/null
+++ b/1787/CH5/EX5.6/Exa5_6.sce
@@ -0,0 +1,11 @@
+//Exa 5.6
+clc;
+clear;
+close;
+//given data
+CTzero=50;//in pF
+VR=8;//in Volt
+VK=0.7;//in Volt
+n=1/3;//for Si
+CT=CTzero/((1+VR/VK)^n);//in pF
+disp(CT,"Junction capacitance in pF : "); \ No newline at end of file