summaryrefslogtreecommitdiff
path: root/1106/CH5/EX5.1/ex5_1.sce
blob: 6f9c3cdafec42fd167e2180df7f65904f8058ab4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Example 5.1, Page No-234
clear
clc

Vz1=5.5
Vz2=5.5
Aol=100000
Vd=0.7
Vo=Vz1+Vd  // Plus or minus
Vich=Vo/Aol
Vich=Vich*1000
printf('Delta Vi=%.3f mV', Vich)