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/CH10/EX10.13/Ex10_13.sce | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 3769/CH10/EX10.13/Ex10_13.sce (limited to '3769/CH10/EX10.13/Ex10_13.sce') diff --git a/3769/CH10/EX10.13/Ex10_13.sce b/3769/CH10/EX10.13/Ex10_13.sce new file mode 100644 index 000000000..ab715c7eb --- /dev/null +++ b/3769/CH10/EX10.13/Ex10_13.sce @@ -0,0 +1,12 @@ +clear +//Given +M=4.8*10**-2 //J/T +a=30 //degree +B=3*10**-2 //t + +//Calculation +// +t=M*B*sin(a*3.14/180.0) + +//Result +printf("\n Torque acting on the needle is %0.1f *10**-4 Nm",t*10**4) -- cgit