Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Why simplify does not simplify this expression ?

Q, Gamma, omega0 = var( 'Q', 'Gamma',  'omega0')
u = (Q * omega0 + Gamma) / Q
simplify(u)

The output is: $$\omega = \frac{Q \omega_0 + \Gamma}{Q}$$

Instead of: $$\omega = \omega_0 + \frac{\Gamma}{Q}$$