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

clc;
clear;
close;
x=(16^(3/2))+(16^(-3/2));
mprintf("The value of x is %.3f",x);