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 --- 2096/CH1/EX1.56/ex_1_56.sce | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 2096/CH1/EX1.56/ex_1_56.sce (limited to '2096/CH1/EX1.56') diff --git a/2096/CH1/EX1.56/ex_1_56.sce b/2096/CH1/EX1.56/ex_1_56.sce new file mode 100755 index 000000000..5ef622ef4 --- /dev/null +++ b/2096/CH1/EX1.56/ex_1_56.sce @@ -0,0 +1,12 @@ +//Example 1.56://probability error and readings +clc; +clear; +d=15;//deviation in r.p.m +h=0.04;//precision index +SD=(1/(sqrt(h)));//standard deviation +y=d/SD;// +py=0.3015;//probablity +pr= 2*py;//probablity of an error +r=0.6*20;//no. of readings lie between 1485 to 1515 r.p.m +disp(pr,"probability of an error ±15 rpm is,=") +disp(r,"no. of readings lie between 1485 to 1515 r.p.m") -- cgit