Loading [MathJax]/jax/output/HTML-CSS/jax.js
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 12 years ago

Ryzz gravatar image

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