From d1e070fe2d77c8e7f6ba4b0c57b1b42e26349059 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Sat, 3 Feb 2018 10:59:42 +0530 Subject: Modified the code --- 2465/CH3/EX3.10/Ex3_10.sce | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 2465/CH3/EX3.10/Ex3_10.sce (limited to '2465/CH3/EX3.10/Ex3_10.sce') diff --git a/2465/CH3/EX3.10/Ex3_10.sce b/2465/CH3/EX3.10/Ex3_10.sce deleted file mode 100644 index 334f2bd4d..000000000 --- a/2465/CH3/EX3.10/Ex3_10.sce +++ /dev/null @@ -1,17 +0,0 @@ -//Chapter-3,Example 10,Page 59 -clc; -close; - -t_half = 5577 //half life of carbon(14) - -amnt = 1/6 // amount of carbon in fresh wood - -t= 2.303*t_half*log10(1/amnt)/0.693 - -printf('the age of the wood is') - -disp(t) - -printf('years') - -//mistake in textbook -- cgit