Still trying to find a slightly more useful than "Hello World" program that I can get started with.
If I have a vector with say 10 numbers in it and I want to uniquely multiply each number by each of the other numbers in the vector - that would give me 45 results - presumably in another vector. What is the simplest way to do this?