diff options
author | priyanka | 2015-06-24 15:03:17 +0530 |
---|---|---|
committer | priyanka | 2015-06-24 15:03:17 +0530 |
commit | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch) | |
tree | ab291cffc65280e58ac82470ba63fbcca7805165 /2381/CH1/EX1.24/ex_24.sce | |
download | Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2 Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip |
initial commit / add all books
Diffstat (limited to '2381/CH1/EX1.24/ex_24.sce')
-rwxr-xr-x | 2381/CH1/EX1.24/ex_24.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/2381/CH1/EX1.24/ex_24.sce b/2381/CH1/EX1.24/ex_24.sce new file mode 100755 index 000000000..e5258cc26 --- /dev/null +++ b/2381/CH1/EX1.24/ex_24.sce @@ -0,0 +1,12 @@ +//Example 24 // frequency +clc; +clear; +close; +m1=1;//a.m.u +m2=35;//a.m.u +mu1=((m1*m2)/(m1+m2));//a.m.u +m3=2;// +mu2=((m3*m2)/(m3+m2));//a.m.u +n1=8.99*10^13;//cycle/sec +n2=(sqrt(mu1/mu2))*n1;//c/s +disp(n2,"frequecy of vibrations is ,(c/s)=") |