From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 3630/CH19/EX19.11/Ex19_11.sce | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 3630/CH19/EX19.11/Ex19_11.sce (limited to '3630/CH19/EX19.11') diff --git a/3630/CH19/EX19.11/Ex19_11.sce b/3630/CH19/EX19.11/Ex19_11.sce new file mode 100644 index 000000000..534e7fc4d --- /dev/null +++ b/3630/CH19/EX19.11/Ex19_11.sce @@ -0,0 +1,7 @@ +clc; +Vcon=6; +Vcc=12; +VT1=(1/2)*Vcon; +VT2=(1/3)*Vcc; +disp('V',VT1,"VT1=");//The answers vary due to round off error +disp('V',VT2,"VT2=");//The answers vary due to round off error -- cgit