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 --- 3802/CH1/EX1.3/Ex1_3.png | Bin 0 -> 4294 bytes 3802/CH1/EX1.3/Ex1_3.sce | 15 +++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 3802/CH1/EX1.3/Ex1_3.png create mode 100644 3802/CH1/EX1.3/Ex1_3.sce (limited to '3802/CH1/EX1.3') diff --git a/3802/CH1/EX1.3/Ex1_3.png b/3802/CH1/EX1.3/Ex1_3.png new file mode 100644 index 000000000..83b16d7c9 Binary files /dev/null and b/3802/CH1/EX1.3/Ex1_3.png differ diff --git a/3802/CH1/EX1.3/Ex1_3.sce b/3802/CH1/EX1.3/Ex1_3.sce new file mode 100644 index 000000000..c2bf5fcc1 --- /dev/null +++ b/3802/CH1/EX1.3/Ex1_3.sce @@ -0,0 +1,15 @@ +//Book Name:Fundamentals of Electrical Engineering +//Author:Rajendra Prasad +//Publisher: PHI Learning Private Limited +//Edition:Third ,2014 + +//Ex1_3.sce. + +clc; +clear; +V=20; //voltage rating of the battery in volts +I=0.2; //current rating of the battery in amphere +R=V/I; //from ohm's law +P=(I^2)*R; +printf("\nThe value of resistance=%d ohms",R) +printf("\nPower rating or heat dissipated=%d watts",P) -- cgit