summaryrefslogtreecommitdiff
path: root/1553/CH1/EX1.7/1Ex7.sce
blob: 85c0b09d9921223a00ffc50da7a5ef154457f073 (plain)
1
2
3
4
5
6
7
//chapter 1 Ex 7
clc;
clear;
close;
//let value to be found is x
x=1396*1396;
mprintf("x=%.0f",x);