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 --- 1844/CH2/EX2.6/2Q6.sce | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 1844/CH2/EX2.6/2Q6.sce (limited to '1844/CH2/EX2.6/2Q6.sce') diff --git a/1844/CH2/EX2.6/2Q6.sce b/1844/CH2/EX2.6/2Q6.sce new file mode 100644 index 000000000..0a66e171e --- /dev/null +++ b/1844/CH2/EX2.6/2Q6.sce @@ -0,0 +1,16 @@ +clc + +x=(4.86) +n=2 +x1=0.005 +ex=0.0025 +s1=n*x^(n-1)*x1 +es=n*x^(n-1)*ex + +sn2= x^n + es +sn3= x^n - es + +printf('The maximum error =%f\n',s1) +printf(' Hence the most probable error = +/- %f\n',es) +printf(' The most probable limits of quantity s are %f',sn2) +printf(' and %f\n',sn3) -- cgit