diff options
Diffstat (limited to '2744/CH10/EX10.1/Ex10_1.sce')
-rwxr-xr-x | 2744/CH10/EX10.1/Ex10_1.sce | 7 |
1 files changed, 7 insertions, 0 deletions
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); |