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 --- 876/CH1/EX1.5/Ex1_5.sce | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 876/CH1/EX1.5/Ex1_5.sce (limited to '876/CH1/EX1.5/Ex1_5.sce') diff --git a/876/CH1/EX1.5/Ex1_5.sce b/876/CH1/EX1.5/Ex1_5.sce new file mode 100755 index 000000000..fb9a906c0 --- /dev/null +++ b/876/CH1/EX1.5/Ex1_5.sce @@ -0,0 +1,11 @@ +//caption:Find resolution of the meter +//Ex1.5 +clc +clear +close +Rmax=100//maximum range of voltmeter(in V) +D=200//division on scale +Sd=0.5//divisions which can be read +V=Rmax/D +R=Sd*V +disp(R,'resolution of the meter is(in V)=') \ No newline at end of file -- cgit