summaryrefslogtreecommitdiff
path: root/2381/CH12/EX12.2/ex_2.sce
blob: 88478badc7ad77719d0e22bf841897b6a1f5ac27 (plain)
1
2
3
4
5
6
7
8
//Example 2// frequency
clc;
clear;
close;
//given data :
f1=90;//vibrations/second
f2=(1+(1/10))*f1;//vibrations/s
disp(f2,"frequency is,(vibrations/s)=")