diff options
Diffstat (limited to '61/CH9/EX9.4')
-rwxr-xr-x | 61/CH9/EX9.4/ex9_4.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/61/CH9/EX9.4/ex9_4.sce b/61/CH9/EX9.4/ex9_4.sce new file mode 100755 index 000000000..ea6b8ace3 --- /dev/null +++ b/61/CH9/EX9.4/ex9_4.sce @@ -0,0 +1,7 @@ +//ex9.4
+V_CC=20;
+R_L=16;
+V_out_peak=V_CC/2;
+I_out_peak=V_out_peak/R_L;
+disp(V_out_peak,'ideal maximum output peak voltage in volts')
+disp(I_out_peak,'ideal maximum current in amperes')
\ No newline at end of file |