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

clc;
clear;
close;
x=(2^(1/4)-1)*((2^(3/4))+(2^(1/2))+(2^(1/4))+1);
mprintf("The value of the expression is %.0f",x);