From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 3769/CH29/EX29.7/Ex29_7.sce | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 3769/CH29/EX29.7/Ex29_7.sce (limited to '3769/CH29/EX29.7') diff --git a/3769/CH29/EX29.7/Ex29_7.sce b/3769/CH29/EX29.7/Ex29_7.sce new file mode 100644 index 000000000..d25dc4bf6 --- /dev/null +++ b/3769/CH29/EX29.7/Ex29_7.sce @@ -0,0 +1,13 @@ +clear +//Given +Pc=50 +Ma=0.8 +Ma1=0.1 + +//Calculation +Ps=(1/2.0)*Ma**2*Pc +Ps1=(1/2.0)*Ma1**2*Pc + +//Result +printf("\n total sideband at 80percentageis %0.3f KW",Ps) +printf("\n total sideband at 10percentageis %0.3f KW",Ps1) -- cgit