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

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