summaryrefslogtreecommitdiff
path: root/605/CH8/EX8.2/8_2.sce
blob: 2a558bddf72cdba13058d499ca43d1f93874949f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

I1=1
V1=12*I1
V2=0
Z21=V2/I1
Z11=V1/I1
I2=1
V2=3*I2
V1=0
Z12=V1/I2
V2=3*I2
Z22=V2/I2
A=[Z11,Z12;Z21,Z22]
printf("\nA=")
disp(A)