summaryrefslogtreecommitdiff
path: root/671/CH2/EX2.23/2_23.sce
blob: 53ac9dd8234a79f203951c9a54f239539e025534 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//convert current source to voltage source
V=3.5*20

//KVL
I=100/(10+20+V)
Voc=100-10*I

//Finding Isc
I=100/10
Isc=(1+3.5)*I

Ro=Voc/Isc

disp(Ro,Voc)