Recent content by fleuredelis

  1. F

    Mathematica Mathematica Beginner question: Nested loops

    Indeed, the problem is a lot larger than just three iterations. NestList didn't work directly for the problem at hand, but I found another solution that is a lot faster than my previous work around. As has been said there are dozens of ways to solve a problem ;-) Many thanks again to all of you!
  2. F

    Mathematica Mathematica Beginner question: Nested loops

    Bill, a thousand thanks for your detailed and very kind answer! I'll look into the exact application to my problem tomorrow morning, but it looks like the "helper function" in combination with NestList is really what I was missing. Many thanks again and sorry for bothering you! Cheers, Daniele
  3. F

    Mathematica Mathematica Beginner question: Nested loops

    Hello, I'm quite new to Wolfram Mathematica and do like the elegance of some parts of the language. However, I think that loop controls are quite different and not very intuitive. Here is a simplified version of what I'm trying to do (now of course done manually): k[1] = {200, 300, 400...
Back
Top