Recent content by johnobono

  1. J

    Mathematica How can I convert a matrix to a list in Mathematica?

    OMG! Thanks, such a simple solution. I tried a lot of things, such as "For" and "Join", but with no easy result. Thank you very much!
  2. J

    Mathematica How can I convert a matrix to a list in Mathematica?

    Hi everyone: I would like to join all elements of on matrix into just one list: matrix = 1 2 3 4 5 6 7 8 9 into list = {1,2,3,4,5,6,7,8,9} Anyone has a solution for this? Thanks
Back
Top