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 --- 2240/CH20/EX19.3/EX19_3.sce | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 2240/CH20/EX19.3/EX19_3.sce (limited to '2240/CH20/EX19.3') diff --git a/2240/CH20/EX19.3/EX19_3.sce b/2240/CH20/EX19.3/EX19_3.sce new file mode 100755 index 000000000..393daa62f --- /dev/null +++ b/2240/CH20/EX19.3/EX19_3.sce @@ -0,0 +1,13 @@ +// Grob's Basic Electronics 11e +// Chapter No. 19 +// Example No. 19_3 +clc; clear; +// How much is the inductance of a coil that induces 40 V when its current changes at the rate of 4 A/s? + +// Given data + +Vl = 40; // Induced voltage=40 Volts +R = 4 // Current changing rate=di/dt=4 A/s + +L = Vl/R; +disp (L,'The Value of Inductance in Henry') -- cgit