summaryrefslogtreecommitdiff
path: root/1553/CH5/EX5.9/5Ex9.sce
blob: 0fa537452a3c756428c1dacca0b8e5e4f404fc62 (plain)
1
2
3
4
5
6
7
8
//chapter 5 Ex 9
clc;
clear;
close;

//let the value to be found out be x
x=sqrt(.289/.00121);
mprintf("x=%.2f",x);