From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 2615/CH6/EX28.1/28_1.sce | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 2615/CH6/EX28.1/28_1.sce (limited to '2615/CH6/EX28.1') diff --git a/2615/CH6/EX28.1/28_1.sce b/2615/CH6/EX28.1/28_1.sce new file mode 100755 index 000000000..5cbc1ba9b --- /dev/null +++ b/2615/CH6/EX28.1/28_1.sce @@ -0,0 +1,12 @@ +clc +//initialisation of variables +s0=25//cm +s1=28//cm +s2=23//cm +s3=10//cm +s4=-11//cm +s5=-40//cm +//CALCULATIONS +M=s1-s0+s1-s5//cm +//RESULTS +printf('the displacement are load=% f cm',M) -- cgit