Roots
✖
Roots
詳細とオプション

- Rootsは,解の検索にFactorやDecomposeを使用する.
- Nを適用することで解の数値的な値を求めることもできる.
- Rootsは,以下のオプションを取り込むことができる.
-
Cubics True 三次式に明示的な解を作成するかどうか EquatedTo Null 方程式の変数に等しいとする式 Modulus 0 整数剰余 Multiplicity 1 最終的な解のリストの多重性 Quartics True 四次式に明示的な解を作成するかどうか Using True 補助方程式の求解 - Solveやこれに関連した関数が明示的な解を見出せない場合には,Rootsが作成される.このような場合,オプションを与えることが多い.
- Rootsは,解の多重性が1より大になった場合,複数の同じ方程式を与える.
例題
すべて開くすべて閉じる例 (1)基本的な使用例
スコープ (7)標準的な使用例のスコープの概要
In[1]:=1

✖
https://wolfram.com/xid/0mre2w-c36bc1
Out[1]=1

In[1]:=1

✖
https://wolfram.com/xid/0mre2w-bfh9n
Out[1]=1

In[1]:=1

✖
https://wolfram.com/xid/0mre2w-ijc8hk
Out[1]=1

この九次方程式は因数分解およびその他の分解を使って根基で解ける:
In[1]:=1

✖
https://wolfram.com/xid/0mre2w-cpuks
Out[1]=1

In[1]:=1

✖
https://wolfram.com/xid/0mre2w-d0ay5v
Out[1]=1

In[1]:=1

✖
https://wolfram.com/xid/0mre2w-feh2n7
Out[1]=1

In[1]:=1

✖
https://wolfram.com/xid/0mre2w-kv2wpo
Out[1]=1

オプション (10)各オプションの一般的な値と機能
Cubics (3)
EquatedTo (1)
Multiplicity (1)
Quartics (3)
特性と関係 (5)この関数の特性および他の関数との関係
Rootsで返される解は方程式を満足する:
In[1]:=1

✖
https://wolfram.com/xid/0mre2w-ez7fy2
Out[1]=1

ToRulesを使ってRootsが返す方程式を置換規則に変換する:
In[2]:=2

✖
https://wolfram.com/xid/0mre2w-ch7c6p
Out[2]=2

SolveはRootsを使って一変数方程式の解を求め,置換規則を返す:
In[3]:=3

✖
https://wolfram.com/xid/0mre2w-kzmu7w
Out[3]=3

Rootsはすべての複素数解を求める:
In[1]:=1

✖
https://wolfram.com/xid/0mre2w-k2fbay
Out[1]=1

Reduceを使って指定した領域上で解を求める:
In[2]:=2

✖
https://wolfram.com/xid/0mre2w-god7q2
Out[2]=2

In[3]:=3

✖
https://wolfram.com/xid/0mre2w-buhzuw
Out[3]=3

FindInstanceを使って1つの解を求める:
In[4]:=4

✖
https://wolfram.com/xid/0mre2w-hys4hs
Out[4]=4

SolveまたはReduceを使って多変数方程式系の解を求める:
In[1]:=1

✖
https://wolfram.com/xid/0mre2w-df190g
Out[1]=1

In[2]:=2

✖
https://wolfram.com/xid/0mre2w-ew1sm
Out[2]=2

Reduceを使って方程式と不等式の系の解を求める:
In[1]:=1

✖
https://wolfram.com/xid/0mre2w-bxmybn
Out[1]=1

NRootsを使って一変数方程式の根の数値近似を求める:
In[1]:=1

✖
https://wolfram.com/xid/0mre2w-etsfhm
Out[1]=1

Wolfram Research (1988), Roots, Wolfram言語関数, https://reference.wolfram.com/language/ref/Roots.html.
✖
Wolfram Research (1988), Roots, Wolfram言語関数, https://reference.wolfram.com/language/ref/Roots.html.
テキスト
Wolfram Research (1988), Roots, Wolfram言語関数, https://reference.wolfram.com/language/ref/Roots.html.
✖
Wolfram Research (1988), Roots, Wolfram言語関数, https://reference.wolfram.com/language/ref/Roots.html.
CMS
Wolfram Language. 1988. "Roots." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/Roots.html.
✖
Wolfram Language. 1988. "Roots." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/Roots.html.
APA
Wolfram Language. (1988). Roots. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Roots.html
✖
Wolfram Language. (1988). Roots. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Roots.html
BibTeX
✖
@misc{reference.wolfram_2025_roots, author="Wolfram Research", title="{Roots}", year="1988", howpublished="\url{https://reference.wolfram.com/language/ref/Roots.html}", note=[Accessed: 12-July-2025
]}
BibLaTeX
✖
@online{reference.wolfram_2025_roots, organization={Wolfram Research}, title={Roots}, year={1988}, url={https://reference.wolfram.com/language/ref/Roots.html}, note=[Accessed: 12-July-2025
]}