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

//let the value to be found out be x
x=sqrt(192)-(1/2)*sqrt(48)-sqrt(75);
mprintf("x=%.3f",x);