From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 2216/CH6/EX6.1/ex_6_1.sce | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 2216/CH6/EX6.1/ex_6_1.sce (limited to '2216/CH6/EX6.1/ex_6_1.sce') diff --git a/2216/CH6/EX6.1/ex_6_1.sce b/2216/CH6/EX6.1/ex_6_1.sce new file mode 100755 index 000000000..aab9f619b --- /dev/null +++ b/2216/CH6/EX6.1/ex_6_1.sce @@ -0,0 +1,11 @@ +// Example 6.1:refractive index +clc; +clear; +close; +format('v',5) +l=0.47;//in db +nf=10^((l/-10));// +x=poly(0,"x"); +p=1+-2.22*x+x^2;// +y=roots(p);// +disp(y(1,1),"refractive index is") -- cgit