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 --- 2870/CH1/EX1.4/Ex1_4.sce | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 2870/CH1/EX1.4/Ex1_4.sce (limited to '2870/CH1/EX1.4') diff --git a/2870/CH1/EX1.4/Ex1_4.sce b/2870/CH1/EX1.4/Ex1_4.sce new file mode 100755 index 000000000..261107a51 --- /dev/null +++ b/2870/CH1/EX1.4/Ex1_4.sce @@ -0,0 +1,14 @@ +clc;clear; +//Example 1.4 + +//given values +Tc=10;//change in temp in Celcius + +//calculation +Tk=Tc; +Tr=1.8*Tk; +Tf=Tr; +//calculated using the corealtions b/w these scales +disp(Tk,'the corresponding change in K'); +disp(Tr,'the corresponding change in R'); +disp(Tf,'the corresponding change in F') -- cgit