| Author |
Comment/Response |
yehuda ben-shimol
|
01/31/12 1:08pm
% just returns the last results which is a Mathematica Expression, may it be a number, graphics, list etc.
In case of a list you refer to a specific location using
%[[k]] where % is the list and [[k]] refers to position k.
For a more complete description look at
http://reference.wolfram.com/mathematica/ref/Part.html
URL: , |
|