MATHEMATICA HOW TO Tutorials » Notebooks as Documents Doing Computations in Notebooks Options for Notebooks Options for Cells Two-Dimensional Expression Input Entering ...
LocatorAutoCreate is an option for LocatorPane, Manipulate, and related functions that specifies whether new locators should be created when clicking away from existing ...
NeedlemanWunschSimilarity[u, v] gives a number representing the Needleman\[Dash]Wunsch similarity between strings or vectors u and v.
PrivateEvaluationOptions -> {opt_1 -> val_1, opt_2 -> val_2} is an option for selections that specifies settings for evaluation-related suboptions.
SmithWatermanSimilarity[u, v] gives a number representing the Smith\[Dash]Waterman similarity between strings or vectors u and v.
Create a Slide Show Create a Lecture Notebook Style and Format Notebooks
You can tell a lot about what "type" of expression something is by looking at its head. Thus, for example, an integer has head Integer, while a list has head List. In a ...
IntegerPart[x] gives the integer part of x.
AdjacencyMatrix[g] gives the vertex\[Dash]vertex adjacency matrix of the graph g.
SatisfiabilityCount[bf] counts the number of possible combinations of variable values that yield True when supplied as arguments to the Boolean function ...