Question: Is there a way to make a contour plot of a matrix in Maple?

Say that we have three matrices X, Z, and A of equal size such that Size(X) = Size(Y) = Size(A) = [10 14].

Here, X[i, j] = X[i + 1, j] and Y[i, j] = Y[i, j + 1], i.e. X and Y are the grid in Matlab notation.

i found that countourplot can provide the contour plot for a bivariate function f(x,y). i was wondering whether this can also be done in Maple for matrices. Any help is highly appreciated – thank you,

Fede

 

 

Please Wait...