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 --- 1026/CH10/EX10.11/Example10_11.sce | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100755 1026/CH10/EX10.11/Example10_11.sce (limited to '1026/CH10/EX10.11/Example10_11.sce') diff --git a/1026/CH10/EX10.11/Example10_11.sce b/1026/CH10/EX10.11/Example10_11.sce new file mode 100755 index 000000000..7fc2e2713 --- /dev/null +++ b/1026/CH10/EX10.11/Example10_11.sce @@ -0,0 +1,23 @@ +//chapter10,Example10_11,pg 275 + +e=1.6*10^-19 + +v=5*10^5 + +B=0.3 + +N=6.025*10^26 + +M72=72/N + +R72=(M72*v)/(B*e) + +M74=74 + +R74=(R72/72)*M74 + +S=2*(R74-R72)//linear separation of two line + +printf("linear separation of two line\n") + +printf("S=%.2f m",S) \ No newline at end of file -- cgit