summaryrefslogtreecommitdiff
path: root/1553/CH3/EX3.6/3Ex6.sce
blob: 7ea454724835c08c0a3f09cf0b3febdf53cc2804 (plain)
1
2
3
4
5
6
7
8
9
10
//chapter 3 Ex 6
clc;
clear;
close;
//let value to be found is x and y
x=9318.678-5172.49-378.352;
y=5169.38+7328.96;

mprintf("(i) x=%.3f",x);
mprintf("\n(ii) y=%.2f",y)