LowerCaseQ[string] yields True if all the characters in the string are lowercase letters, and yields False otherwise.
PermutationPower[perm, n] gives the n\[Null]^th permutation power of the permutation perm.
SimpleGraphQ[g] yields True if the graph g is a simple graph and False otherwise.
TextAlignment is an option for Cell, Style and related constructs which specifies how successive lines of text should be aligned.
TreeGraphQ[g] yields True if the graph g is a tree and False otherwise.
UpperCaseQ[string] yields True if all the characters in the string are uppercase letters, and yields False otherwise.
Start with the expression that will be the numerator. Type x. Create a built-up fraction by pressing the Control and / keys at the same time. The placeholder in the ...
CUDAResourcesInformation[] gives information on installed CUDAResources paclets.
LoadJavaClass -- load and set up a Java class for use from Mathematica, JavaClass -- expression that represents a Java class, JavaNew -- create a Java object of a specified ...
SQLSelect[conn, table] extracts data from a table in an SQL connection. SQLSelect[conn, table, cols] extracts data from particular columns.SQLSelect[conn, table, cols, cond] ...