diff options
Diffstat (limited to '2378/CH1/EX1.11/Exa_1_11.sce')
-rw-r--r-- | 2378/CH1/EX1.11/Exa_1_11.sce | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/2378/CH1/EX1.11/Exa_1_11.sce b/2378/CH1/EX1.11/Exa_1_11.sce new file mode 100644 index 000000000..a61918dfe --- /dev/null +++ b/2378/CH1/EX1.11/Exa_1_11.sce @@ -0,0 +1,14 @@ +//addition of harmonic motion +//Exa_2_11 +clc; +clear; +close; + +A=sqrt((10+15*cos(2))^2 + (15*sin(2))^2); + +alpha=atand((15*sin(2))/(10+15*cos(2))); + +disp("x(t)=R*%e^(i*(omega*t+alpha))"); +disp("where "); +disp(A,"A ="); +disp(alpha,"alpha =");
\ No newline at end of file |