summaryrefslogtreecommitdiff
path: root/1553/CH1/EX1.9/1Ex9.sce
blob: 40a9ff155d3c174e12b7648bbbe5f0e14389ab7d (plain)
1
2
3
4
5
6
7
//chapter 1 Ex 9
clc;
clear;
close;
//let value to be found is x
x=796*796-204*204;
mprintf("x=%.0f",x);