AddSides
例題
すべて開く すべて閉じる例 (3)
スコープ (6)
AddSides[(Sin[a]/a) == (Sin[b]/b) == (Sin[c]/c), r]AddSides[a ≠ b, c == d]AddSides[z == 7, y > m x + b]AddSides[a == b > 5 > c, -5]Piecewiseを使って表現されたいくつかの不等式に
を加える:
AddSides[Piecewise[{{x^2 > c/a + (b*x)/a, a > 0}, {x^2 < c/a + (b*x)/a, a < 0}}, a*x^2 > c + b*x], -x ^ 2]ConditionalExpressionの中の等式に
を加える:
AddSides[ConditionalExpression[(a/c) == (b/d), c ≠ 0], (-b/d)]アプリケーション (1)
quadratic = a x^2 + b x + c == 0MultiplySides[quadratic, 4a, Assumptions -> a ≠ 0]//ExpandAddSides[%, b^2 - 4a c]Factor[%]ApplySides[Sqrt, %]PowerExpand[%]AddSides[%, -b]両辺を
で割って
についての正の平方根を含む二次方程式の解の公式を得る:
DivideSides[%, 2a, Assumptions -> a ≠ 0]特性と関係 (4)
AddSides[True, a]AddSides[1 == 0, a]AddSidesは,等式を等価の等式に変換する:
AddSides[x - 3 == 8, 3]Solveは等式が真となる変数の値を与える:
Solve[x - 3 == 8, x]Reduceを使って等式を var==value の形に書き換えることができる:
Reduce[x - 3 == 8, x]Simplify[x - 3 == a^2 + 2a b + b^2]AddSides[x - 3 == a^2 + 2a b + b^2, 3]AddSides[eq,x]はSubtractSides[eq,x]の逆である:
AddSides[x + y == -5, 5]SubtractSides[5 + x + y == 0, 5]関連するガイド
-
▪
- 式の操作 ▪
- 方程式の操作 ▪
- 中学・高校における教育
テキスト
Wolfram Research (2018), AddSides, Wolfram言語関数, https://reference.wolfram.com/language/ref/AddSides.html.
CMS
Wolfram Language. 2018. "AddSides." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/AddSides.html.
APA
Wolfram Language. (2018). AddSides. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/AddSides.html
BibTeX
@misc{reference.wolfram_2026_addsides, author="Wolfram Research", title="{AddSides}", year="2018", howpublished="\url{https://reference.wolfram.com/language/ref/AddSides.html}", note=[Accessed: 14-August-2026]}
BibLaTeX
@online{reference.wolfram_2026_addsides, organization={Wolfram Research}, title={AddSides}, year={2018}, url={https://reference.wolfram.com/language/ref/AddSides.html}, note=[Accessed: 14-August-2026]}