diff options
Diffstat (limited to '226/CH2/EX2.11/example11_sce.sce')
-rwxr-xr-x | 226/CH2/EX2.11/example11_sce.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/226/CH2/EX2.11/example11_sce.sce b/226/CH2/EX2.11/example11_sce.sce new file mode 100755 index 000000000..bacb32300 --- /dev/null +++ b/226/CH2/EX2.11/example11_sce.sce @@ -0,0 +1,8 @@ +//chapter 2
+//example 2.11
+//page 51
+printf("\n")
+printf("given")
+If=10*10^-3;Vf=.7;t=70*10^-9;
+Cd=((t*If)/Vf)*10^9;
+printf(" diffusion capacitance is %dnF\n",Cd)
\ No newline at end of file |