Why simplify does not simplify this expression ?
Q, Gamma, omega0 = var( 'Q', 'Gamma', 'omega0')
u = (Q * omega0 + Gamma) / Q
simplify(u)
The output is: ω=Qω0+ΓQ
Instead of: ω=ω0+ΓQ
anyway, I guess what you want is
u.expand()
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 12 years ago
Seen: 4,962 times
Last updated: Nov 29 '12
why won't simplify multiply out square roots?
Symbolic expressions and simplifying
No simplification is done to invert trigonometric functions ?
Factorial simplification error
Dropping higher powers of a variable in an expression
simplification errors in simple expressions