diff options
Diffstat (limited to '3828/CH13/EX13.2/Ex13_2.sce')
-rw-r--r-- | 3828/CH13/EX13.2/Ex13_2.sce | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/3828/CH13/EX13.2/Ex13_2.sce b/3828/CH13/EX13.2/Ex13_2.sce new file mode 100644 index 000000000..44f5e95c6 --- /dev/null +++ b/3828/CH13/EX13.2/Ex13_2.sce @@ -0,0 +1,16 @@ +//Chapter 13 : Thin Film Preparation Techniques and their Applications + +clear; + +//Variable declaration +I=2*10**-3 +V=1 + +//Calculations +rho=(V/I)*2 +delR=rho-800 //change in resitance +A=1/delR //change in conductance +A=A*10**3 + +//Result +mprintf("Change in conductivity = %d *10**-3 Ohm**-1-cm**-1",A) |