summaryrefslogtreecommitdiff
path: root/1553/CH1/EX1.11/1Ex11.sce
blob: 48c5644bb8cbb1ea764dc3826f9f738a1d38f41e (plain)
1
2
3
4
5
6
7
//chapter 1 Ex 11
clc;
clear;
close;
//let value to be found is x
x=87*87+61*61-2*87*61;
mprintf("x=%.0f",x);