Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Mathematica には次のようなものがあります
FindRoot[f[x], {x, a}]
ここで、FindRoot が解を 0 < x < 1 に制限するようにします。
どうすればこれを入手できますか?
ありがとう
この関数には 4 つのパラメーター オプションがあります: FindRoot[f[x],{x,xstart,xmin,xmax}] は、検索が間隔 [xmin,xmax] の外に出た場合に検索を停止します。