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 --- 929/CH3/EX3.21.b/Example3_21_b.sce | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100755 929/CH3/EX3.21.b/Example3_21_b.sce (limited to '929/CH3/EX3.21.b') diff --git a/929/CH3/EX3.21.b/Example3_21_b.sce b/929/CH3/EX3.21.b/Example3_21_b.sce new file mode 100755 index 000000000..888367a4a --- /dev/null +++ b/929/CH3/EX3.21.b/Example3_21_b.sce @@ -0,0 +1,25 @@ +//Example 3.21(b) + +clear; + +clc; + +R1=5758.2799; + +R2=2199.4672; + +C1=2.000D-08; + +C2=1.000D-09; + +SC1=1/2; + +r=R1/R2; + +SR1=(1-r)/(2*(1+r)); + +printf("Sensitivities for Example 3.10 :"); + +printf("\nSR=%.2f percent",SR1); + +printf("\nSC=%.2f percent",SC1); \ No newline at end of file -- cgit