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