summaryrefslogtreecommitdiff
path: root/2096/CH1/EX1.56/ex_1_56.sce
blob: 5ef622ef46e1a6cb4aff4d9e05551365f6aed6ea (plain)
1
2
3
4
5
6
7
8
9
10
11
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")