diff options
Diffstat (limited to '1697/CH1/EX1.4/Exa1_4.sce')
-rwxr-xr-x | 1697/CH1/EX1.4/Exa1_4.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/1697/CH1/EX1.4/Exa1_4.sce b/1697/CH1/EX1.4/Exa1_4.sce new file mode 100755 index 000000000..d30a601be --- /dev/null +++ b/1697/CH1/EX1.4/Exa1_4.sce @@ -0,0 +1,9 @@ +//Exa 1.4
+clc;
+clear;
+close;
+//given data :
+W=625;//in KW
+r=30;//in Km
+Erms=sqrt(90*W*1000)/(r*1000);//in V/m
+disp(Erms*1000,"Strength of Electric field at 30Km away in mV/m : ");
\ No newline at end of file |