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 } } } .
|