summaryrefslogtreecommitdiff
path: root/2513/CH4/EX4.7/4_7.sce
diff options
context:
space:
mode:
Diffstat (limited to '2513/CH4/EX4.7/4_7.sce')
-rwxr-xr-x2513/CH4/EX4.7/4_7.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/2513/CH4/EX4.7/4_7.sce b/2513/CH4/EX4.7/4_7.sce
new file mode 100755
index 000000000..5b8090a58
--- /dev/null
+++ b/2513/CH4/EX4.7/4_7.sce
@@ -0,0 +1,9 @@
+clc
+//initialisation of variables
+h2=5//in
+x=3.72//in
+x1=1.28//in
+//CALCULATIONS
+H=h2*x1/x//in
+//RESULTS
+printf('the either side of the center of the scale=% f in',H)