|
From: Robert D. <rob...@gm...> - 2015-01-04 00:13:35
|
On 2015-01-03, Gunter Königsmann <gu...@pe...> wrote:
> load("numericalio");
Actually the read_list, read_matrix, etc functions are automatically
loaded, so it's not necessary to load the numericalio library before.
> The rest should be written in maxima's pdf manual that can be found in
> the "documentation" section of maxima.sf.net.
The documentation for those functions can also be accessed from
within Maxima via ? read_list, ? read_matrix, etc, and ?? numericalio
will print out some general information about the package.
best,
Robert Dodier
|