October 01 2006
by
sinuhe 0
Hi Community!
I am using maple in excel and...
I have a question
When I introduce this expresion
=Maple("array([[1,2,3],[4,5,6],[7,8,9]]);",A18:C20)
The output is:
matrix([[1,2,3],[4,5,6],[7,8,9]]) on cell A18.
Why?
The output don't share on each cell this array.
On the cell A18 would be the first element of the matrix, 1
On the cell A19 would be the second element of the matrix, 2
...until the cell C20 it element would be 9.
Which could it be the solution?
I hope, you understand me
Thanks!