From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 3769/CH17/EX17.7/Ex17_7.sce | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 3769/CH17/EX17.7/Ex17_7.sce (limited to '3769/CH17/EX17.7') diff --git a/3769/CH17/EX17.7/Ex17_7.sce b/3769/CH17/EX17.7/Ex17_7.sce new file mode 100644 index 000000000..583c8bcee --- /dev/null +++ b/3769/CH17/EX17.7/Ex17_7.sce @@ -0,0 +1,13 @@ +clear +//Given +v=2.0*10**8 //m/s +c=3*10**8 //m/s +d=6.0 //cm + +//Calculation +ug=c/v +a=d/ug +D=d-a + +//Result +printf("\n Distance through which ink dot appears to be raised is %0.3f cm", D) -- cgit