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 --- 2498/CH2/EX2.11/ex2_11.sce | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 2498/CH2/EX2.11/ex2_11.sce (limited to '2498/CH2/EX2.11/ex2_11.sce') diff --git a/2498/CH2/EX2.11/ex2_11.sce b/2498/CH2/EX2.11/ex2_11.sce new file mode 100755 index 000000000..852719c28 --- /dev/null +++ b/2498/CH2/EX2.11/ex2_11.sce @@ -0,0 +1,13 @@ +// Exa 2.11 +clc; +clear; +close; +format('v',6) +// Given data +R1 = 2;// in k ohm +R2 = 2;// in k ohm +V_AB = 20;// in V +Vo = V_AB*(R1/(R1+R2));// in V +// The required PIV +V_AC = Vo;// in V +disp(V_AC,"The required PIV in V is"); -- cgit