summaryrefslogtreecommitdiff
path: root/1370/CH9/EX9.10/example9_10.sce
blob: cde91f1215d682219c0c976c730b7f98b8c95ab9 (plain)
1
2
3
4
5
6
7
//example9.10
clc
disp("It can be observed from the Lissajous figures that,")
disp("(y_1)=8 units     and,    (y_2)=10 units")
s=asind(8/10)
format(6)
disp(s,"Therefore, phi (in degree)= asind((y_1)/(y_2))=asind(8/10)=")