Level curves Returns the level curve of a differentiable function. Syntax level_curves(Function, Real | List) level_curves(Function) Description level_curves(Function, Real | List) Given a function and a real or list , returns the curve or curves level_curves(Function) Given a function returns the curve for some values of (see options). Options Option Description Format Default value number_of_curves We can choose how many level curves will be plotted (evenly distributed in the plotter) {number_of_curves=20} {number_of_curves=10} Related functions Differentiate Table of Contents Syntax Description Options Related functions