| Author |
Comment/Response |
Patrik Hudec
|
10/02/06 3:12pm
Good day. I want to ask for help.
Have we:
ListA = { {1,1} , {2,1} , {3,1} }
ListB = { 3, 4, 5 }
I need to work only with the first elements of each element in ListA, that means:
ListA[[1,1]], ListA[[2,1]], ListA[[3,1]]
for example:
How can I easy write, that I want ListA[[x,1]] - ListB, for x = 1 to Length[ListA]?
Thanks you a lot for helping me, Patrik
URL: , |
|