Recent content by dank0608

  1. D

    Maple plot3d variable increment

    Awesome, this is exactly what I was looking for. I figured the first one I would need to specify a plot option but missed 'grid'. Thanks for your help.
  2. D

    Maple plot3d variable increment

    I have an equation with two variables x and y. I wish to plot a function in 3d (let's say cosine) with x and y as parameters. I know the plot3d command in Maple is as follows: plot3d(cos(x+y),x=-1..1, y =-1..1); My question is this: how would I modify the increment values of x and y which...