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

//let the value to be found out be x
x=nthroot(2744,3);
mprintf("x=%.0f",x);