Solves x + exp(x) = 0 using the bisection method

Four files in the .zip: a MATLAB script, a sample run of it with output and a PDF of the graph created and a live script.

您现在正在关注此提交

This zip file has a script, Bisection_w_func.m, that solves x + exp(x) = 0 using the bisection method. The script has a function, bisect, that can be used to solve other equations. The text file, MATLAB_Code_For_Bisection_Method.txt, has the same code and a sample run. The PDF is a graph of the bisection iteration history. Added a live script, Bisection_Method3, with all the code and output. Send bugs to Tom Wellington.

引用格式

Thomas (2026). Solves x + exp(x) = 0 using the bisection method (https://ww2.mathworks.cn/matlabcentral/fileexchange/178984-solves-x-exp-x-0-using-the-bisection-method), MATLAB Central File Exchange. 检索时间: .

标签

添加标签

Add the first tag.

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.0.3

Added a live script with code and output.

1.0.2

This version has the MATLAB code and a sample run as a text file.

1.0.1

New Version with PDF of graph

1.0.0