Adding a Third column of data in Mathematica
I have a very large table of data something like:
lista = {{2,8},{3,4},{5,2}..}
I would like to add x to every element so it would be
lista ={{x,2,8},{x,3,4},{x,5,2}.....}
This seems to me like it should be rather trivial but I have not been able
to find a solution.
I would appreciate any help, Ben
No comments:
Post a Comment