Question: Maple problem with boolean function

I need to write a procedure that takes an integer N and a boolean function F as in14 as arguments, returns nothing, and plots a square N × N lattice of points, coloring the points (i, j) with F (i, j) true in red and the other ones blue. 

Thank you in advance. Any help with this would be apreciated. 

Please Wait...