diff options
Diffstat (limited to '3756/CH7/EX7.2')
-rw-r--r-- | 3756/CH7/EX7.2/Ex7_2.sce | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/3756/CH7/EX7.2/Ex7_2.sce b/3756/CH7/EX7.2/Ex7_2.sce new file mode 100644 index 000000000..6c25c9c09 --- /dev/null +++ b/3756/CH7/EX7.2/Ex7_2.sce @@ -0,0 +1,16 @@ +clc +// +// +// + +//Variable declaration +E0=8.86*10**-12 +mu0=4*3.14*10**-7 +H=1 + +//Calculations +E=H*(sqrt(mu0/E0)) + +//Result +printf("\n The Magnitude of E for a plane wave in free space is %3.1f ",E) + |