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

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