> 数学 >
matlab求方程所有根
用什么函数求exp(x)+x^3+x^2+1=0在【-1,1】的所有根?
人气:146 ℃ 时间:2020-05-09 12:20:47
解答
用>> ezplot('exp(x)+x^3+x^2+1',[-1,1])可以看出,方程没有实根.>> solve('exp(x)+x^3+x^2+1=0')ans =6.3951031211035325819457205443799+5.0863211229750221515823443830895*i
推荐
猜你喜欢
© 2026 79432.Com All Rights Reserved.
电脑版|手机版