VectorStyle is an option to VectorPlot, ListVectorPlot, and related functions that determines the style to use for drawing field vectors.
Ways to get pieces of matrices. Matrices in Mathematica are represented as lists of lists. You can use all the standard Mathematica list-manipulation operations on matrices. ...
Since lists are just a particular kind of expression, it will come as no surprise that you can refer to parts of any expression much as you refer to parts of a list. This ...
LoadCOMTypeLibrary[library] creates a so-called "interop" assembly from the named type library and loads that assembly.
LoadNETType["type"] loads the specified type into the .NET runtime and returns a NETType expression that can be used to identify the type.LoadNETType["type", assembly] loads ...
BodePlot[g] gives the Bode plot of a rational function g in one complex variable.BodePlot[sys] gives the Bode plot of a TransferFunctionModel or StateSpaceModel object ...
Column
(Built-in Mathematica Symbol) Column[{expr_1, expr_2, ...}] is an object that formats with the expr_i arranged in a column, with expr_1 above expr_2, etc. Column[list, alignment] aligns each element ...
PLY
(Mathematica Import/Export Format) 3D geometry format. ASCII or binary format. Used for storage and interchange of 3D graphical objects. Known as Stanford Triangle Format. PLY is an acronym derived from ...
GeneratingFunction[expr, n, x] gives the generating function in x for the sequence whose n\[Null]^th series coefficient is given by the expression ...
SoundNote[pitch] represents a music-like sound note with the specified pitch.SoundNote[pitch, t] takes the note to have duration t.SoundNote[pitch, {t_min, t_max}] takes the ...