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

//let the value to be found out be x
x=sqrt((12.1^2-8.1^2)/(.25^2+.25*19.95));
mprintf("x=%.0f",x);