Mathematica offers support for a large number of file formats for importing, exporting, or other operations. It has several standard locations where it looks for files. You ...
ControllableModelQ[ss] yields True if the StateSpaceModel object ss is controllable, and False otherwise.
DihedralGroup[n] represents the dihedral group of order 2 n.
DistributionParameterAssumptions[dist] gives a logical expression for assumptions on parameters in the symbolic distribution dist.
GraphCenter[g] gives the set of vertices with minimum eccentricity in the graph g.
GraphUnion[g_1, g_2] gives the graph union of the graphs g_1 and g_2.GraphUnion[g_1, g_2, ...] gives the graph union of g_1, g_2, ....
JoinForm[type] is a graphics directive that specifies what type of joins should be used to connect segments of lines, tubes, edges, and related primitives.
NormalizedSquaredEuclideanDistance[u, v] gives the normalized squared Euclidean distance between vectors u and v.
ObservableModelQ[ss] gives True if the StateSpaceModel object ss is observable, and False otherwise.
UndirectedGraphQ[g] yields True if the graph g is an undirected graph and False otherwise.