photo

Rebecca


Aktiv seit 2014

Followers: 0   Following: 0

Nachricht

Statistik

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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; ...

mehr als 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort