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 --- 1427/CH10/EX10.1/10_1.sce | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 1427/CH10/EX10.1/10_1.sce (limited to '1427/CH10/EX10.1/10_1.sce') diff --git a/1427/CH10/EX10.1/10_1.sce b/1427/CH10/EX10.1/10_1.sce new file mode 100644 index 000000000..672e49c15 --- /dev/null +++ b/1427/CH10/EX10.1/10_1.sce @@ -0,0 +1,8 @@ +//ques-10.1 +//Calculating viscosity index of the oil sample +clc +L=774;//low viscosity standard +H=414;//high viscosity standard +U=564;//saybolt universal viscosity +V_I=((L-U)/(L-H))*100;//viscosity index +printf("viscosity index of oil sample is %.2f.",V_I); -- cgit