Re: Variables defined in Maple?

From: Robert Israel (israel_at_math.ubc.ca)
Date: 10/12/04


Date: 12 Oct 2004 17:04:54 GMT

In article <yMTad.5435$1p.4652@nntpserver.swip.net>,
MM <dobedidoo@yahoo.se> wrote:

|>Is there a way to see what variables I have defined in my current Maple
|>session (and what size/data types they are)? Something like the 'whos' i
|>MATLAB would be nice.

To see what variables you have assigned values other than their own names:

> anames('user');

For the names with sizes and types:

> map(t -> [t,length(eval(t)),whattype(eval(t))],[anames('user')]);

Robert Israel israel@math.ubc.ca
Department of Mathematics http://www.math.ubc.ca/~israel
University of British Columbia Vancouver, BC, Canada