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 --- 3828/CH13/EX13.1/Ex13_1.sce | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 3828/CH13/EX13.1/Ex13_1.sce (limited to '3828/CH13/EX13.1') diff --git a/3828/CH13/EX13.1/Ex13_1.sce b/3828/CH13/EX13.1/Ex13_1.sce new file mode 100644 index 000000000..897bdfbaf --- /dev/null +++ b/3828/CH13/EX13.1/Ex13_1.sce @@ -0,0 +1,13 @@ +//Chapter 13 : Thin Film Preparation Techniques and their Applications + +clear; + +//Variable declaration +delV1=2*10**-3 //milivolts to volts +delI1=4*10**-6 //microAmpere to Ampere + +//Calculations +Rs=delV1/delI1 + +//Result +mprintf("Series Resistance = %d V/m",Rs) -- cgit