[Maxima] Evaluating boolean expressions

Jaime Villate villate at fe.up.pt
Wed Jan 2 09:39:05 CST 2008


On Wed, 2008-01-02 at 13:50 +0100, Holger Schulz wrote:
> but that doesn't work for boolean expression. I expected 5>3 to be  
> evaluated to true. But it wasn't:
> 
> 
> (%i42) 5>3;
> 
> (%o42) 5>3
> 
> Is there any trick to force the evaluation of boolean expressions?

(%i1) is(5>3);
(%o1) true



More information about the Maxima mailing list