From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 2378/CH1/EX1.11/Exa_1_11.png | Bin 0 -> 23242 bytes 2378/CH1/EX1.11/Exa_1_11.sce | 14 ++++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 2378/CH1/EX1.11/Exa_1_11.png create mode 100644 2378/CH1/EX1.11/Exa_1_11.sce (limited to '2378/CH1/EX1.11') diff --git a/2378/CH1/EX1.11/Exa_1_11.png b/2378/CH1/EX1.11/Exa_1_11.png new file mode 100644 index 000000000..4f6f8f88d Binary files /dev/null and b/2378/CH1/EX1.11/Exa_1_11.png differ 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 -- cgit