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 --- 2744/CH10/EX10.1/Ex10_1.sce | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 2744/CH10/EX10.1/Ex10_1.sce (limited to '2744/CH10/EX10.1') diff --git a/2744/CH10/EX10.1/Ex10_1.sce b/2744/CH10/EX10.1/Ex10_1.sce new file mode 100755 index 000000000..9c5d2753a --- /dev/null +++ b/2744/CH10/EX10.1/Ex10_1.sce @@ -0,0 +1,7 @@ +clear; +clc; +d = 2;// feet +p = 250;// lb/in^2 +f = 12000;// lb/in^2 +t_limit = p*d*12/(2*f) ;// inches +printf('The necessary thickness of metal for seamless pipe is %.2f inches',t_limit); -- cgit