summaryrefslogtreecommitdiff
path: root/1553/CH1/EX1.1/1Ex1.sce
diff options
context:
space:
mode:
Diffstat (limited to '1553/CH1/EX1.1/1Ex1.sce')
-rw-r--r--1553/CH1/EX1.1/1Ex1.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/1553/CH1/EX1.1/1Ex1.sce b/1553/CH1/EX1.1/1Ex1.sce
new file mode 100644
index 000000000..19fcbabaf
--- /dev/null
+++ b/1553/CH1/EX1.1/1Ex1.sce
@@ -0,0 +1,7 @@
+//chapter 1 Ex 1
+clc;
+clear;
+close;
+//let value to be found is x
+x=9587-7429+4358;
+mprintf("x=%.0f",x);