summaryrefslogtreecommitdiff
path: root/199/CH6/EX6.8/Example_6_8.sce
blob: 6a435025c284214207c748c4c2c1a148ee2564fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Chapter6
// Page.No-209, Figure.No-6.12
// Example_6_7
// Change in resistance in straingage
// Given
clear;clc;
A=-100; // Gain of the differential instrumentation amplifier
Ra=100;Rb=100;Rc=100;
Vdc=10;Vo=1;
R=Ra; // Ra=Rb=Rc=R
delta_R=(Vo*R)/(Vdc*abs(A)); // Change in resistance
printf("\n Change in resistance is = %.1f ohm \n",delta_R)