Prove that:
MATLAB Command to execute the Problem
The above problem can be solved using "expand" and "cosd"; cosine function in degress, built-in MATLAB commands to get the solution. Assume the variables as A, w
syms A w t Sol = expand(A*cosd(w*t) + A*cosd(w*t + 120) + A*cosd(w*t + 240))
Sol = 0
0 Comments