summaryrefslogtreecommitdiff
path: root/1409/CH2/EX2.11/2_11.sce
diff options
context:
space:
mode:
Diffstat (limited to '1409/CH2/EX2.11/2_11.sce')
-rw-r--r--1409/CH2/EX2.11/2_11.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/1409/CH2/EX2.11/2_11.sce b/1409/CH2/EX2.11/2_11.sce
new file mode 100644
index 000000000..9e034b369
--- /dev/null
+++ b/1409/CH2/EX2.11/2_11.sce
@@ -0,0 +1,8 @@
+clc;
+//page no:2-26
+//Example-2.11
+//Given radiated power is 50kW
+Pc=50;
+u=0.85;
+ptotal=Pc*(1+(u^2/2));
+disp(+'kW',ptotal,'Radiated power is ');