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

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