summaryrefslogtreecommitdiff
path: root/2381/CH17/EX17.1/ex_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '2381/CH17/EX17.1/ex_1.sce')
-rwxr-xr-x2381/CH17/EX17.1/ex_1.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/2381/CH17/EX17.1/ex_1.sce b/2381/CH17/EX17.1/ex_1.sce
new file mode 100755
index 000000000..7433d6887
--- /dev/null
+++ b/2381/CH17/EX17.1/ex_1.sce
@@ -0,0 +1,9 @@
+//Example 1 // magnitude
+clc;
+clear;
+close;
+//given data :
+R=7*10^8;// in m
+P=3.8*10^26;// in Watt
+S=P/(4*%pi*R^2);
+disp(S,"Magnitude of poynting vector,S(W/m^2) = ")