mme

5 Reputation

2 Badges

14 years, 195 days

MaplePrimes Activity


These are questions asked by mme

Version: Maple 7

How can I acheive the following?

Pseudo-maple, this is what I want to happen.
> f:=modp(x,2);
> subs(x=3, f);
(output) 1

The problem is that the first line echoes "f:=x" and then subs(x=3,f); outputs 3.

In a similar way, I get the following unexpected result,
> f2 := 0.5 < floor( modp(floor(y/17)* 2^(-17*floor(x)-modp(floor(y),17)) ,2) );
(output) f2 := .5 < 0

For some reason the RHS of...

Page 1 of 1