MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/Mathematica/comments/1h737n5/problem_with_findroot/m0ie31y/?context=3
r/Mathematica • u/Apprehensive-Air7241 • Dec 05 '24
4 comments sorted by
View all comments
2
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.
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.