diff options
Diffstat (limited to '3739/CH4/EX4.8')
-rw-r--r-- | 3739/CH4/EX4.8/EX4_8.sce | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/3739/CH4/EX4.8/EX4_8.sce b/3739/CH4/EX4.8/EX4_8.sce new file mode 100644 index 000000000..d2c760f80 --- /dev/null +++ b/3739/CH4/EX4.8/EX4_8.sce @@ -0,0 +1,16 @@ +//Chapter 4, Example 4.8, page 149
+clc
+//Initialisation
+tec1=10**18 //total electron content
+f=1.5 //frequency in Hertz
+tec2= 10**17 //total electron content
+
+//Calculation
+teta = 600 //Faraday rotation in mRadian
+T=5 //time delay in ns
+gd=0.5 //time delay difference in ns
+
+//Results
+printf("(1) Faraday rotation = %d mRad",teta)
+printf("\n(2) Time delay = %d ns",T)
+printf("\n(3) G/D = %.1f ns",gd)
|