Vector field Vector fields in the plane can be used to analyze first degree differential equations: Syntax vector_field(List) vector_field(List, Identifier) Description vector_field(List) Given a list with the function (a two-elements list), returns a vector field object ready to be plotted. vector_field(List, Identifier) Given a list with the function (a two-elements list) and an identifier (the first variable of the system: following the notation above), returns a vector field object ready to be plotted. Options Below is a complete list of options that may be used in the vector_field function. Option Description Format Default value vertical_divisions Number of vertical divisions to be plotted Natural. {vertical_divisions=25} By default, the best number is selected. horizontal_divisions Number of horizontal divisions to be plotted Natural. {horizontal_divisions=25} By default, the best number is selected. Related functions Integral curve, Integral curves Table of Contents Syntax Description Options Related functions