[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

5.16.3 Conversion

266006 ^TOLISText ( o1..on #n → Lvar Q1..Qn )
Convert meta of symbolic objects to internal form.
267006 ^FROMLISText ( Lvar Meta L → L' )
Conversion of elements of Meta objec to user format. Meta does not contain the #n number of element. L is the list of depth of the elements of Meta. For example to convert a polynomial, a vector and a matrix:
Lvar = { X }
Meta = { Z1 Z3 }
{ Z0 Z1 }
{ { Z1 { Z1 Z0 } } }
L = { #0 #1 #2 }
L' = { 'X+2' { 0 1 } { { 1 X } } }.



This document was generated by Carsten Dominik on May, 30 2005 using texi2html