The equivalent of Matlab’s ‘whos’ command in SAGE-Math

April 21st, 2008 | Categories: math software | Tags:

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.

  1. anon
    March 7th, 2010 at 07:37
    Reply | Quote | #1

    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?