|
[Date Index]
[Thread Index]
[Author Index]
Re: How can you get the list of all used variables and functions
- To: mathgroup at smc.vnet.net
- Subject: [mg91963] Re: How can you get the list of all used variables and functions
- From: Szabolcs Horvát <szhorvat at gmail.com>
- Date: Mon, 15 Sep 2008 03:41:06 -0400 (EDT)
- Organization: University of Bergen
- References: <gadcrg$rqi$1@smc.vnet.net>
Weber wrote:
> How can you get the list of all used variables and functions in
> Mathematica? Is that possible?
>
Try
?Global`*
or
Names["Global`*"]
Prev by Date:
Re: Regressions in Mathematica
Next by Date:
how to test where a list contains constant(s) or not
Previous by thread:
Re: How can you get the list of all used variables and functions
Next by thread:
asumming and Exp orthogonality condition
|