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 --- 3673/CH1/EX1.4/Ex1_4.sce | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 3673/CH1/EX1.4/Ex1_4.sce (limited to '3673/CH1/EX1.4/Ex1_4.sce') diff --git a/3673/CH1/EX1.4/Ex1_4.sce b/3673/CH1/EX1.4/Ex1_4.sce new file mode 100644 index 000000000..c0d7943ea --- /dev/null +++ b/3673/CH1/EX1.4/Ex1_4.sce @@ -0,0 +1,7 @@ +//Example 1_4 page no:5 +clc +clear +R=10;//Resistance in ohm +V=12;//Voltage in volt +I=V/R; +disp(I,"current flowing through resistor(in A):") -- cgit