summaryrefslogtreecommitdiff
path: root/1553/CH3/EX3.4/3Ex4.sce
blob: beea81d972892aaacd89c123076e6d94924edff6 (plain)
1
2
3
4
5
6
7
8
9
//chapter 3 Ex 4
clc;
clear;
close;
//let value to be found is x and y
x=6202.5+620.25+62.025+6.2025+0.62025;
y=5.064+3.98+.7036+7.6+.3+2;
mprintf("(i) x=%.5f",x);
mprintf("\n(ii) y=%.5f",y);