missing simp



A simpler example

MAXIMA>($ratsimp `((rat simp) 1 2))
((RAT) 1 2)

Barton

maxima-admin@math.utexas.edu wrote on 03/09/2005 07:26:19 PM:

> Consider
> 
> MAXIMA>($ratsimp (add 1 (mul `((rat simp) 1 2) (add 'x -1))))
> 
> ((MTIMES RATSIMP) ((RAT) 1 2) ((MPLUS RATSIMP) X 1))
> 
> Why is the simp flag missing from ((rat) 1 2)? Does the missing
> flag ever cause trouble?
> 
>  Barton
> 
> _______________________________________________
> Maxima mailing list
> Maxima@www.math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima