Sujaan Kunalan

85 Reputation

6 Badges

11 years, 65 days

MaplePrimes Activity


These are answers submitted by Sujaan Kunalan

Try this:

me := proc (n::algebraic) local f; f := unapply(n, x); f(Pi); end proc;

me(sin(x));

Page 1 of 1