summaryrefslogtreecommitdiff
path: root/605/CH8/EX8.9/8_9.sce
diff options
context:
space:
mode:
Diffstat (limited to '605/CH8/EX8.9/8_9.sce')
-rwxr-xr-x605/CH8/EX8.9/8_9.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/605/CH8/EX8.9/8_9.sce b/605/CH8/EX8.9/8_9.sce
new file mode 100755
index 000000000..9b4e233a6
--- /dev/null
+++ b/605/CH8/EX8.9/8_9.sce
@@ -0,0 +1,13 @@
+
+I1=1
+V1=14*I1
+I2=-2/3*I1
+h11=V1/I1
+h21=I2/I1
+V2=9*I2
+V1=6*I2
+h12=V1/V2
+h22=I2/V2
+A=[h11,h12;h21,h22]
+printf("\nA=")
+disp(A) \ No newline at end of file