ReadList["file"] reads all the remaining expressions in a file and returns a list of them. ReadList["file", type] reads objects of the specified type from a file, until the ...
"Sound" describes how you can take functions and lists of data and produce sounds from them. Here we discuss how sounds are represented in Mathematica. Mathematica treats ...
MultinomialDistribution[n, {p_1, p_2, ..., p_m}] represents a multinomial distribution with n trials and probabilities p_i.
FittedModel[...] represents the symbolic fitted model obtained from functions like LinearModelFit.
The Mathematica compiler generates a CompiledFunction expression that contains a sequence of simple instructions for evaluating a Mathematica computation. The compiled ...
One of the most important issues for using a database is the conversion of data as it is stored and retrieved from a database. This tutorial will discuss how Mathematica ...
Pane
(Built-in Mathematica Symbol) Pane[expr] displays as a pane containing expr. Pane[expr, w] makes the pane be w printer's points wide, linewrapping the contents if necessary.Pane[expr, {w, h}] makes the ...
WignerSemicircleDistribution[r] represents a Wigner semicircle distribution with radius r centered at the origin.WignerSemicircleDistribution[a, r] represents a Wigner ...
You may have noticed that there are two different ways to make assignments in Mathematica: lhs=rhs and lhs:=rhs. The basic difference between these forms is when the ...
When a differential system has a certain structure, it is advantageous if a numerical integration method preserves the structure. In certain situations it is useful to solve ...