trosenberger

0 Reputation

2 Badges

13 years, 242 days

MaplePrimes Activity


These are replies submitted by trosenberger

Thanks, Acer for your help.

The solution I will try to use for a while is:

> show:=proc(expr::uneval)

     subsindets(expr,And(name,satisfies(t->type(eval(t),constant))),``@eval) = eval(expr):

end proc:

Using that procedure in a variable assignment seems to be working fine, even with expressions involving fractional exponents expressed by a variable.

I haven't tried anything involving matrices or calculus yet.

TWER

Thanks, Acer for your help.

The solution I will try to use for a while is:

> show:=proc(expr::uneval)

     subsindets(expr,And(name,satisfies(t->type(eval(t),constant))),``@eval) = eval(expr):

end proc:

Using that procedure in a variable assignment seems to be working fine, even with expressions involving fractional exponents expressed by a variable.

I haven't tried anything involving matrices or calculus yet.

TWER

Page 1 of 1