I have 2 functions:
f (aa) = 9 sinaa/aa + cosaa for 0 <= aa <= 6pi. --- >equation 1.
and f(aa) = cosku
I need to plot the allowed values of aa which will satisfy the equation 1.
How do i do this i matlab?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I guess this is homework, and your question is not really clear about
k ubut here is a short answer.You can plot
f(a)andcos(k u)on the same plot, and then graphically find the solutions of the equation.Here is a very basic example of code: