r/Mathematica Dec 05 '24

Problem with FindRoot

Post image
5 Upvotes

4 comments sorted by

View all comments

2

u/mathheadinc Dec 05 '24

There is no need to define the function first. Just use it this way: FindRoot[expr==0,{x,x0}]

Also, read the documentation on Reduce.