photo

Rebecca


2014년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


I am trying to find the positive roots of the equaiton y = ((exp(1).^(-0.2*x)))*(cos(2*x))-(0.15*x.^2)+1, but I keep getting the error message saying that there arent enough input arguments. I dont know what to do.
This is what I enter in my Editor window verbatim: function y = f(x) y = ((exp(1).^(-0.2*x)))*(cos(2*x))-(0.15*x.^2)+1; ...

10년 초과 전 | 답변 수: 2 | 0

2

답변

질문


How do I find ALL of the positive roots of exp(-0.2*x)*cos(2*x)-0.15*x^2+1?
I enter this into Matlab but I only receive back one of its positive roots and I know it has at least three. syms x, y=exp...

10년 초과 전 | 답변 수: 1 | 0

1

답변