The equivalent of Matlab’s ‘whos’ command in SAGE-Math
In Matlab if you type the command
whos
then you will get a detailed list of all of the variables in the current workspace which is often very useful. The equivalent command in SAGE-Math is
show_identifiers()
I hope someone finds this useful.
Thanks for writing this post. Great Google search fodder for:
whos sagemath matlab
^_^
However, show_identifiers() doesn’t really give all the info that ‘whos’ gives. It acts more like who. Anything like it in sage?