summaryrefslogtreecommitdiff
path: root/964/CH10/EX10.2
diff options
context:
space:
mode:
Diffstat (limited to '964/CH10/EX10.2')
-rwxr-xr-x964/CH10/EX10.2/10_2.sce5
1 files changed, 5 insertions, 0 deletions
diff --git a/964/CH10/EX10.2/10_2.sce b/964/CH10/EX10.2/10_2.sce
new file mode 100755
index 000000000..82d021622
--- /dev/null
+++ b/964/CH10/EX10.2/10_2.sce
@@ -0,0 +1,5 @@
+//clc()
+A = [3,-0.1,-0.2;0.1,7,-0.3;0.3,-0.2,10];
+B = [7.85;-19.3;71.4];
+X = inv(A) * B;
+disp(X,"X = ")