diff options
author | prashantsinalkar | 2017-10-10 12:27:19 +0530 |
---|---|---|
committer | prashantsinalkar | 2017-10-10 12:27:19 +0530 |
commit | 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 (patch) | |
tree | dbb9e3ddb5fc829e7c5c7e6be99b2c4ba356132c /374/CH9/EX9.4.a/94a.sci | |
parent | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (diff) | |
download | Scilab-TBC-Uploads-7f60ea012dd2524dae921a2a35adbf7ef21f2bb6.tar.gz Scilab-TBC-Uploads-7f60ea012dd2524dae921a2a35adbf7ef21f2bb6.tar.bz2 Scilab-TBC-Uploads-7f60ea012dd2524dae921a2a35adbf7ef21f2bb6.zip |
initial commit / add all books
Diffstat (limited to '374/CH9/EX9.4.a/94a.sci')
-rw-r--r-- | 374/CH9/EX9.4.a/94a.sci | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/374/CH9/EX9.4.a/94a.sci b/374/CH9/EX9.4.a/94a.sci new file mode 100644 index 000000000..67b4728df --- /dev/null +++ b/374/CH9/EX9.4.a/94a.sci @@ -0,0 +1,11 @@ +//chapter 9 example 4a//
+clc
+clear
+//angular velocity=A,llength at which rotating mirror from the photo detector=L,shadow pulse of width=We,shadow velocity=V,outer diametetr=do//
+L=0.1;//in mts//
+A=4;//in rad sec-1//
+V=L*A;//in mts/sec//
+printf("\n shadow velocity=%f m/sec\n",V)
+We=250;//in micro seconds//
+do=We*V;//outer diameter of the fibre//
+printf("\n outer diamter of the fibre=%f micro meter\n",do)
\ No newline at end of file |