Re: Variables defined in Maple?
From: Robert Israel (israel_at_math.ubc.ca)
Date: 10/12/04
- Next message: Vladimir Bondarenko: "Re: [mma] GEMM: Selected Mathematica 5.0.1 Bugs - 4"
- Previous message: MM: "Variables defined in Maple?"
- In reply to: MM: "Variables defined in Maple?"
- Next in thread: MM: "Re: Variables defined in Maple?"
- Reply: MM: "Re: Variables defined in Maple?"
- Messages sorted by: [ date ] [ thread ]
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
- Next message: Vladimir Bondarenko: "Re: [mma] GEMM: Selected Mathematica 5.0.1 Bugs - 4"
- Previous message: MM: "Variables defined in Maple?"
- In reply to: MM: "Variables defined in Maple?"
- Next in thread: MM: "Re: Variables defined in Maple?"
- Reply: MM: "Re: Variables defined in Maple?"
- Messages sorted by: [ date ] [ thread ]