[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

generating symmetric array from function?



how do I generate symmetric 2D array from a function of one variable?

eg. say i want the sinc function in 3 dimensions - how do i generate
this symmetrically in both x and y dimensions?

presumably, the last step would be a shift by N/2 in both x and y
directions to move the origin to the centre of the array, but i'm just
not sure what comes before this and how to do it without nested loops
over the array elements.

cheers, nick.