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

//let the value to be found out be x
x=sqrt(2)/(2+sqrt(2));
mprintf("x=%.3f",x);