summaryrefslogtreecommitdiff
path: root/1553/CH5/EX5.3/5Ex3.sce
blob: 1de03cf9be817dd03bd6dc51e3ef916fe2ed4e2f (plain)
1
2
3
4
5
6
7
8
9

//chapter 5 Ex 3
clc;
clear;
close;

//let the value to be found out be x
x=sqrt(248+sqrt(51+sqrt(169)));
mprintf("x=%.0f",x);