summaryrefslogtreecommitdiff
path: root/1553/CH9/EX9.10/9Ex10.sce
blob: 517eaab8c1c4edce0b69c825096e11dcbcaeade9 (plain)
1
2
3
4
5
6
7
//Chapter 9 Ex 10

clc;
clear;
close;
x=((6^(2/3))*(6^(7/3)))/(6^(6/3));
mprintf("The value of expression is %d",x);