summaryrefslogtreecommitdiff
path: root/1553/CH5/EX5.10/5Ex10.sce
blob: d44f4374ce7c13593a74d07ca082e8b83f9cb795 (plain)
1
2
3
4
5
6
7
8
//chapter 5 Ex 10
clc;
clear;
close;

//let the value to be found out be x
x=((13/12)^2-1)*144;
mprintf("x=%.0f",x);