summaryrefslogtreecommitdiff
path: root/3756/CH7/EX7.3/Ex7_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '3756/CH7/EX7.3/Ex7_3.sce')
-rw-r--r--3756/CH7/EX7.3/Ex7_3.sce23
1 files changed, 23 insertions, 0 deletions
diff --git a/3756/CH7/EX7.3/Ex7_3.sce b/3756/CH7/EX7.3/Ex7_3.sce
new file mode 100644
index 000000000..0152d4498
--- /dev/null
+++ b/3756/CH7/EX7.3/Ex7_3.sce
@@ -0,0 +1,23 @@
+clc
+//
+//
+//
+
+//Variable declaration
+mu0=4*3.14*10**-7
+mur=1
+Er=2
+E0=8.86*10**-12
+E01=5
+c=3*10**8
+
+//Calculations
+Z=sqrt((mu0*mur)/(E0*Er))
+H0=(E01/Z)*10
+v=((c)/sqrt(mur*Er))*10**-8
+
+//Result
+printf("\n The Impedence of the Medium is %3.1f ",Z)
+
+printf("\n The Peak Magnetic Field Intensity is %1.3f A/m",H0)
+printf("\n The Velocity of the wave is %1.2f *10**8 m/s",v)