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 --- 181/CH2/EX2.20/example2_20.sce | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 181/CH2/EX2.20/example2_20.sce (limited to '181/CH2/EX2.20/example2_20.sce') diff --git a/181/CH2/EX2.20/example2_20.sce b/181/CH2/EX2.20/example2_20.sce new file mode 100755 index 000000000..a41da47f3 --- /dev/null +++ b/181/CH2/EX2.20/example2_20.sce @@ -0,0 +1,19 @@ +// Leakage resistance shunting the diode +// Basic Electronics +// By Debashis De +// First Edition, 2010 +// Dorling Kindersley Pvt. Ltd. India +// Example 2-20 in page 99 + +clear; clc; close; + +// Given data +// Kirchoff's law has been applied and equations solved to get final expression + +// Calculation +I_R=(0.08*5*10^-6)/0.15; +R=10/I_R; +printf("Leakage resistance = %0.2e Mohm",R); + +// Result +// Leakage resistance shunting the diode = 3.75 Mohm \ No newline at end of file -- cgit