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

First time here? Check out the FAQ!

Ask Your Question
0

Why simplify does not simplify this expression ?

asked 12 years ago

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

The output is: ω=Qω0+ΓQ

Instead of: ω=ω0+ΓQ

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
2

answered 12 years ago

Mark gravatar image
  1. 'simple' is a matter of definition (or taste)
  2. even in cases where it is rather obvious what the 'simple' answer would be, sage will frequently not live up to that ... see this one

anyway, I guess what you want is

u.expand()
Preview: (hide)
link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 12 years ago

Seen: 4,962 times

Last updated: Nov 29 '12