summaryrefslogtreecommitdiff
path: root/2096/CH1/EX1.44/ex_1_44.sce
blob: 914e1988454444356497ef4f85fdcf24413d1724 (plain)
1
2
3
4
5
6
7
//Example 1.44://limiting error
clc;
clear;
lp=1.2;//limiting error in the measurement of power
ll=0.8;//limiting error in the measurement of current
lr=lp+2*ll;//limting error in meaurement of resistance 
disp(lr," peercentage limiting error in percentage is ±")