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 --- 2360/CH2/EX2.4/ex2_4.sce | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 2360/CH2/EX2.4/ex2_4.sce (limited to '2360/CH2/EX2.4/ex2_4.sce') diff --git a/2360/CH2/EX2.4/ex2_4.sce b/2360/CH2/EX2.4/ex2_4.sce new file mode 100755 index 000000000..999d9a7d2 --- /dev/null +++ b/2360/CH2/EX2.4/ex2_4.sce @@ -0,0 +1,9 @@ +// Exa 2.4 +format('v',7);clc;clear;close; +// Given data +Fullscaledeflection = 30;//full scale deflection in cm +n = 30;// number of divisions +scaledivision = Fullscaledeflection/n;//scale division in cm +scaledivision = scaledivision * 10;// in mm +Resolution = (1/20)*scaledivision;// in mm +disp(Resolution,"The Resolution of the scale in mm is"); -- cgit