Deciding zero's to a polynomial function
Ältere Kommentare anzeigen
Hi, the question I have to answer is the following: "Decide all the zeros to the function : 0.1x^3 - 5x^2 –x +e^-x = -4, x>0"
I want to know how I can represent this function in matlab? I can't seem to input exp/e. Thanks.
Any help on finding the roots would also be appreciated. Thanks in advance!
Antworten (1)
Roger Stafford
am 14 Jun. 2013
0 Stimmen
Use 'fzero' and replace e^-x with exp(-x).
Kategorien
Mehr zu Polynomials finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!