1 | initial version |
I've discovered that the name of the function or command should be followed not only by "?" but also by the tab key. When I do that, I can get help for some functions, like "sin" or "diff", but not for others, for example "resultant" or "galois_group". I've also tried "resultant()" and "galois_group()", but they don't work either. What's the secret? Is it because they are methods and not stand-alone functions?