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

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