Solving a complicated equation in matlab
Show older comments
I am trying to solve this equation in Matlab, I need to find the negative solution of this euation, here is what I do. syms x >> f=inline(cosh(3.7*x)+2.2*x^2-5*x-4); >> fzero(f,-2)
ans =
-0.351409329825233
I dont know what I am doing wrong?
Any help appreciated.
Accepted Answer
More Answers (1)
shelly
on 18 Feb 2013
0 votes
Categories
Find more on Mathematics in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!