Multidimensional array

how do i create an array of 30x30 elements? i have tried

p = [[0],[0]];

but it doesn’t seem to work… please help me ASAP