Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • $\begingroup$ The reason I am not really happy is still I am not understanding the reason why it is happening like this. If you look at the Print from the package for the fields. {1,2-3 z+z^2+Sin[z],-1+E^-t Cos[1],2 (1+E^-t Cos[2]),t^3+(-2+z) (-1+z)+E^-t Sin[z]} t and z are still the variable no private or global why I can't replace t or z directly. Even when you look at the output of Variables[Level[fields,{-1‌​}]][[1]] it is {} or z or t. $\endgroup$ Commented May 3, 2017 at 18:15
  • $\begingroup$ @Erdem clear the kernel, run the package and check ?? CheckCons`FunCons. $\endgroup$ Commented May 3, 2017 at 18:31
  • $\begingroup$ @Kuba it is Attributes[FunCons]={Locked,Protected,ReadProtected} $\endgroup$ Commented May 3, 2017 at 20:32
  • $\begingroup$ @Erdem Don't use it, there aren't any above. They are not needed. And without ReadProtected you will see that the definition uses Private symbols. $\endgroup$ Commented May 3, 2017 at 20:34
  • $\begingroup$ @Erdem I've put some edits to the linked question. Let me know if they helped. And please learn how to create minimal working examples. $\endgroup$ Commented May 4, 2017 at 7:37