summaryrefslogtreecommitdiff
path: root/1553/CH3/EX3.5/3Ex5.sce
blob: cbeaac9c48f00e92bcd1cdfbd6fddb2e1d49e64e (plain)
1
2
3
4
5
6
7
8
9
//chapter 3 Ex 5
clc;
clear;
close;
//let value to be found is x and y
x=31.004-17.2386;
y=13-5.1967;
mprintf("(i) x=%.5f",x);
mprintf("\n(ii) y=%.5f",y)