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 --- 2681/CH6/EX6.6/Ex6_6.sce | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 2681/CH6/EX6.6/Ex6_6.sce (limited to '2681/CH6/EX6.6/Ex6_6.sce') diff --git a/2681/CH6/EX6.6/Ex6_6.sce b/2681/CH6/EX6.6/Ex6_6.sce new file mode 100755 index 000000000..b46da868e --- /dev/null +++ b/2681/CH6/EX6.6/Ex6_6.sce @@ -0,0 +1,9 @@ +//time required for wave to travell +//given +clc +L=1.2d-6//H/m +C=12.5d-12//F/m +leng_line=2//length of the line in meter +t=sqrt(L*C)*leng_line//time required for the wave to travell in seconds +t=round(t*1d+12)/1d+12///rounding off decimals +disp(t*1d+9,'the time required for wave to travell in nanoseconds')//nsec -- cgit