diff options
Diffstat (limited to '3630/CH9/EX9.7/Ex9_7.sce')
-rw-r--r-- | 3630/CH9/EX9.7/Ex9_7.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/3630/CH9/EX9.7/Ex9_7.sce b/3630/CH9/EX9.7/Ex9_7.sce new file mode 100644 index 000000000..fdb8373fe --- /dev/null +++ b/3630/CH9/EX9.7/Ex9_7.sce @@ -0,0 +1,11 @@ +clc;
+Ai=20;
+Av=48.3;
+Ap=Ai*Av;
+Pin=0.00008; //Watt
+Pout=Ap*Pin; //Watt
+disp('mW',Pout*1000,"Pout=");//The answers vary due to round off error
+
+
+
+
|