Return the x and y coordinate grids covering the [0,1] × [0,1] area with
5 evenly-spaced points per axis, stacked as a (2, 5, 5) array where index 0 holds the
x grid and index 1 holds the y grid.
Sign in to write and run your own code.
solve(...)