diff options
Diffstat (limited to '3630/CH10/EX10.4/Ex10_4.sce')
-rw-r--r-- | 3630/CH10/EX10.4/Ex10_4.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/3630/CH10/EX10.4/Ex10_4.sce b/3630/CH10/EX10.4/Ex10_4.sce new file mode 100644 index 000000000..1aaa56d23 --- /dev/null +++ b/3630/CH10/EX10.4/Ex10_4.sce @@ -0,0 +1,6 @@ +clc;
+//power gain of circuit
+Ai=2.7;
+Av=0.994;
+Ap=Ai*Av;
+disp(' ',Ap,"Ap=");
|