summaryrefslogtreecommitdiff
path: root/1553/CH5/EX5.1/5Ex1.sce
blob: 920630d64cf7bfda283be8dd6c9f970756c88b00 (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(6084);
mprintf("x=%.0f",x);