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 --- 995/CH3/EX3.2/Ex3_2.sce | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 995/CH3/EX3.2/Ex3_2.sce (limited to '995/CH3/EX3.2') diff --git a/995/CH3/EX3.2/Ex3_2.sce b/995/CH3/EX3.2/Ex3_2.sce new file mode 100755 index 000000000..f1a27f356 --- /dev/null +++ b/995/CH3/EX3.2/Ex3_2.sce @@ -0,0 +1,11 @@ +//Ex:3.2 +clc; +clear; +close; +E1=6; +E2=3; +V2=E1-E2; +V1=4.5; +E3=V1-E2; +printf("Value of V2 = %f A",V2); +printf("\n Value of E3 = %f A",E3); \ No newline at end of file -- cgit