Online Algebra Calculator
Many of users do not use powerful Maxima computer algebra system for systematic work, but for ad hoc algebraic calculations – equations, functions, matrixes, etc. only. To do this job, it is not useful to download the whole application from a web site.
Function: read_list (<S>)
Function: read_list (<S>, <L>)
Function: read_list (<S>, <separator_flag>)
Function: read_list (<S>, <L>, <separator_flag>) read_list(<S>) reads the source <S> and returns its entire content as a flat list.
read_list(<S>, <L>) reads the source <S> into the list <L>, until <L> is full or the source is exhausted.
The source <S> may be a file name or a stream.
The recognized values of <separator_flag> are comma, pipe, semicolon, and space. If <separator_flag> is not specified, the file is assumed space-delimited.
(%o1) true (%i2)