DivideSides
DivideSides[rel,x]
divides each side of the equation or inequality rel by x.
DivideSides[rel1,rel2]
divides the corresponding sides of two equations or inequalities.
DivideSides[rel]
divides each side of rel by the right-hand side, producing a 1 right-hand side.
Details and Options
- The relations rel can have any of the following forms:
-
lhs==rhs equations lhs!=rhs inequations lhs>rhs or lhs>=rhs inequalities ab>c≥… generalized inequalities - The following options can be given:
-
Assumptions $Assumptions assumptions on parameters GenerateConditions All whether to generate conditions on parameters TimeConstraint 30 time allowed for simplifying conditions - Possible settings for GenerateConditions include:
-
All return all possible answers using Piecewise Automatic return a condition only if it is not generically satisfied True return any condition that is needed False never return any needed conditions None return unevaluated if conditions are needed
Examples
open allclose allBasic Examples (4)
Scope (6)
Divide each side of an equation with three expressions by the rightmost side:
Combine an equation and an inequation:
Combine an equation and an inequality:
Divide each part of an generalized inequality by :
Divide by relations expressed using Piecewise:
Divide by the right-hand side both sides of an equation inside ConditionalExpression:
Options (3)
Assumptions (1)
GenerateConditions (2)
The default setting GenerateConditions->All creates a Piecewise expression if needed:
GenerateConditions->True returns a valid result with the needed condition:
GenerateConditionsFalse returns a valid result without the needed condition:
GenerateConditionsNone will fail if conditions are needed:
GenerateConditions->Automatic returns conditions that are not generically satisfied:
If the condition only fails for a single point, it is not returned:
Applications (1)
Properties & Relations (5)
True and False are considered trivial equations:
DivideSides transforms equations to equivalent equations:
Solve gives values for the variables that make the equation true:
Reduce can be used to rewrite an equation in the form var==value:
Simplify includes the functionality of DivideSides:
Using Expand to multiply out terms on each side of the equations:
DivideSides[eq,x] is the inverse of MultiplySides[eq,x]:
Text
Wolfram Research (2018), DivideSides, Wolfram Language function, https://reference.wolfram.com/language/ref/DivideSides.html.
CMS
Wolfram Language. 2018. "DivideSides." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/DivideSides.html.
APA
Wolfram Language. (2018). DivideSides. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/DivideSides.html