summaryrefslogtreecommitdiff
path: root/605/CH8/EX8.17/8_17.sce
diff options
context:
space:
mode:
Diffstat (limited to '605/CH8/EX8.17/8_17.sce')
-rwxr-xr-x605/CH8/EX8.17/8_17.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/605/CH8/EX8.17/8_17.sce b/605/CH8/EX8.17/8_17.sce
new file mode 100755
index 000000000..dc09ccf58
--- /dev/null
+++ b/605/CH8/EX8.17/8_17.sce
@@ -0,0 +1,8 @@
+
+n=10
+S11=(n^2-1)/(n^2+1)
+S21=2*n/(n^2+1)
+S22=(1-n^2)/(1+n^2)
+S12=2*n/(n^2+1)
+A=[S11,S12;S21,S22]
+disp(A) \ No newline at end of file