AbsolutePointSize[d] is a graphics directive which specifies that points which follow are to be shown if possible as circular regions with absolute diameter d.
Making lists from functions. This makes a list of 5 elements, each of the form p[i]. Here is another way to produce the same list.
DedekindEta[\[Tau]] gives the Dedekind eta modular elliptic function \[Eta](\[Tau]).
To install and use Mathematica and MathLM, you must activate your product and receive a password. Before registering, you must first begin the installation process according ...
You can use most of the list operations discussed in "Lists" on any kind of Mathematica expression. By using these operations, you can manipulate the structure of expressions ...
Many large-scale applications of linear algebra involve matrices that have many elements, but comparatively few that are nonzero. You can represent such sparse matrices ...
SetSharedVariable[s_1, s_2, ...] declares the symbols s_i as shared variables whose values are synchronized among all parallel kernels.
RayleighDistribution[\[Sigma]] represents the Rayleigh distribution with scale parameter \[Sigma].
LaunchKernels[] launches all currently configured parallel subkernels.LaunchKernels[n] launches n local subkernels on the current computer.LaunchKernels[des] launches a ...
Unevaluated[expr] represents the unevaluated form of expr when it appears as the argument to a function.