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