Error, (in rtable/Power) exponentiation operation not defined for Vectors
|
Examples
|
|
In the following example, it is not clear whether element-wise division or the creation of a matrix is intended.
>
|
|
| (2.1) |
>
|
|
Solution:
To apply an operation, you must use the Zip or LinearAlgebra[Zip] commands.
>
|
|
| (2.2) |
>
|
|
| (2.3) |
For more information on the key data structures in Maple, see the User Manual, Chapter 8 and the help pages for expression sequences, sets, lists, tables, Arrays, Matrices, Vectors, functional operators, and strings.
|
|
See Also
|
|
Arrays, expand, expression sequences, functional operators, LinearAlgebra[Zip], lists, Matrices, sets, strings, tables, User Manual, Chapter 8, Vectors, zip
|
|