summaryrefslogtreecommitdiff
path: root/605/CH8/EX8.1/8_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '605/CH8/EX8.1/8_1.sce')
-rwxr-xr-x605/CH8/EX8.1/8_1.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/605/CH8/EX8.1/8_1.sce b/605/CH8/EX8.1/8_1.sce
new file mode 100755
index 000000000..eeb52634f
--- /dev/null
+++ b/605/CH8/EX8.1/8_1.sce
@@ -0,0 +1,14 @@
+
+I1=1
+V1=6*I1
+Z11=V1/I1
+V2=6*I1
+Z21=V2/I1
+I2=1
+V1=6*I2
+Z12=V1/I2
+V2=6*I2
+Z22=V2/I2
+A=[Z11,Z12;Z21,Z22]
+printf("\nA=")
+disp(A) \ No newline at end of file