summaryrefslogtreecommitdiff
path: root/995/CH7/EX7.9/Ex7_9.sce
diff options
context:
space:
mode:
Diffstat (limited to '995/CH7/EX7.9/Ex7_9.sce')
-rwxr-xr-x995/CH7/EX7.9/Ex7_9.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/995/CH7/EX7.9/Ex7_9.sce b/995/CH7/EX7.9/Ex7_9.sce
new file mode 100755
index 000000000..180c13c2e
--- /dev/null
+++ b/995/CH7/EX7.9/Ex7_9.sce
@@ -0,0 +1,8 @@
+//Ex:7.9
+clc;
+clear;
+close;
+V_pp=14.8-3.3;
+printf("Collector quiescent voltage = 9.2 V");
+printf("\nCollector quiescent current = 7.3mA");
+printf("\nOutput peak-peak voltage = %f V",V_pp); \ No newline at end of file