Question: write a matlab script or function to find the value of V for t=0:5 V=exp(-(3^(1/2)*t)/3)*(33^(1/2)*c2*cos(33^(1/2)*t) - 33^(1/2)*c1*sin(33^(1/2)*t)) - (3^(1/2)*exp(-(3^(1/2)*t)/3)*(c1*cos(33^(1/2)*t) + c2*sin(33^(1/2)*t)))/3 c1=1.1, c2=1.4 Code should
write a matlab script or function to find the value of V for t=0:5
V=exp(-(3^(1/2)*t)/3)*(33^(1/2)*c2*cos(33^(1/2)*t) - 33^(1/2)*c1*sin(33^(1/2)*t)) - (3^(1/2)*exp(-(3^(1/2)*t)/3)*(c1*cos(33^(1/2)*t) + c2*sin(33^(1/2)*t)))/3
c1=1.1, c2=1.4
Code should be strictly matlab which gives six values of V for t=0,1,2,3,4,5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
