diff options
Diffstat (limited to '1286/CH3/EX3.10/3_10.sce')
-rwxr-xr-x | 1286/CH3/EX3.10/3_10.sce | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/1286/CH3/EX3.10/3_10.sce b/1286/CH3/EX3.10/3_10.sce new file mode 100755 index 000000000..2b530e46e --- /dev/null +++ b/1286/CH3/EX3.10/3_10.sce @@ -0,0 +1,16 @@ +clc
+//initialisations
+m1=250//gm
+m2=200//gm
+l=336//j
+w1=50//gm
+m3=200//gm
+t1=100//c
+//calculations
+M1=m1+m2+w1
+J=t1*M1*4.2
+k=l*m2
+m=123.2
+T=m1+m3+m
+//results
+printf(' total contents= % 1f gm',T)
|