diff options
Diffstat (limited to '728/CH9/EX9.7/Ex9_7.sce')
-rwxr-xr-x | 728/CH9/EX9.7/Ex9_7.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/728/CH9/EX9.7/Ex9_7.sce b/728/CH9/EX9.7/Ex9_7.sce new file mode 100755 index 000000000..d7209aec6 --- /dev/null +++ b/728/CH9/EX9.7/Ex9_7.sce @@ -0,0 +1,9 @@ +//Caption:Calculate the minimum voltage needed to GUNN effect
+//Exa:9.7
+clc;
+clear;
+close;
+volt_grad=3.3*10^3;//voltage gradient
+L=5*10^-4;//in drift length
+V_min=volt_grad*L;//in volts
+disp(V_min,'Minimum voltage needed (in Volts) =');
\ No newline at end of file |