diff options
Diffstat (limited to '2681/CH3/EX3.4/Ex3_4.sce')
-rwxr-xr-x | 2681/CH3/EX3.4/Ex3_4.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/2681/CH3/EX3.4/Ex3_4.sce b/2681/CH3/EX3.4/Ex3_4.sce new file mode 100755 index 000000000..3372b780b --- /dev/null +++ b/2681/CH3/EX3.4/Ex3_4.sce @@ -0,0 +1,9 @@ +//frequency of gunn diode oscillator
+//given
+clc
+Vd=2d+8//m/s
+l=12d-6//meter
+f=Vd/l//hertz
+disp(f*1d-9,'the required frequency in GHz')
+//ERROR in the book
+
|