summaryrefslogtreecommitdiff
path: root/995/CH7/EX7.9/Ex7_9.sce
blob: 180c13c2e174cfe3139626fc31cbfd5495414ab9 (plain)
1
2
3
4
5
6
7
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);