summaryrefslogtreecommitdiff
path: root/3630/CH15/EX15.2/Ex15_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '3630/CH15/EX15.2/Ex15_2.sce')
-rw-r--r--3630/CH15/EX15.2/Ex15_2.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/3630/CH15/EX15.2/Ex15_2.sce b/3630/CH15/EX15.2/Ex15_2.sce
new file mode 100644
index 000000000..cdaf595ef
--- /dev/null
+++ b/3630/CH15/EX15.2/Ex15_2.sce
@@ -0,0 +1,10 @@
+clc;
+Av=150;
+Vin=0.100;
+Vout=Av*Vin;
+V1=10;
+V2=-10;
+Vpk1=V1-1;
+Vpk2=V2+1;
+disp('V+',Vpk1,"Vpk1=");
+disp('V-',Vpk2,"Vpk1=");