summaryrefslogtreecommitdiff
path: root/1553/CH9/EX9.5/9EX5.sce
blob: 32f000d257753de1f77d2b7db4c55f3d7b3b7d30 (plain)
1
2
3
4
5
6
7
//Chapter 9 Ex 5

clc;
clear;
close;
x=(5*((8^(1/3))+(27^(1/3)))^3)^(1/4);
mprintf("The value of expression is %d",x);