rexpan

55 Reputation

5 Badges

15 years, 184 days

MaplePrimes Activity


These are questions asked by rexpan

I was warming by Maple that:

Warning, Exception in unload function 'free': Error, (in _free) invalid dictionary ID

What is it? I have no information about this warning.

How could we get module which contain this export, for example

I have

m1 := module export a; end module;

 temp := m:-a;

evalb(temp = a);
 # false
evalb(temp = m:-a);
 # true 

 but how could I get back the module like this

temp2 := getModule(temp); 

temp2;

 # m

evalb(temp2 = m) ;

# true 

how can i call python code in maple like external call for C++/Java/C#...

i have a text parser written in python and want to use it

can someone help me?

1 2 Page 2 of 2