summaryrefslogtreecommitdiff
path: root/1553/CH5/EX5.13/5Ex13.sce
blob: 87729a7c4413f06b45f4a949748cf5ae0c8e4a8d (plain)
1
2
3
4
5
6
7
8
//chapter 5 Ex 13
clc;
clear;
close;

//let the value to be found out be x
x=sqrt(9.5*.0085*18.9)/sqrt(.0017*1.9*.021);
mprintf("x=%.0f",x);