Mathematica contains some powerful primitives for making structural changes to expressions. You can use these primitives both to implement mathematical properties such as ...
ZTest
(Built-in Mathematica Symbol) ZTest[data] tests whether the mean of the data is zero. ZTest[{data_1, data_2}] tests whether the means of data_1 and data_2 are equal.ZTest[dspec, \[Sigma]] tests for zero ...
If you want to do simple operations on Mathematica notebooks, then you will usually find it convenient just to use the interactive capabilities of the standard Mathematica ...
An integration rule computes an estimate of an integral over a region, typically using a weighted sum. In the context of NIntegrate usage, an integration rule object provides ...
Wolfram LibraryLink allows dynamic libraries to be directly loaded into the Mathematica kernel so that functions in the libraries can be immediately called from Mathematica. ...
This section is concerned with the way that OpenCLLink is set up and configured for your machine. It will also help to track down and correct problems. OpenCLLink is designed ...
This document describes how to compile and run MathLink programs written in the C language on Mac OS X systems. ("MathLink and External Program Communication" describes how ...
A Diophantine polynomial system is an expression constructed with polynomial equations and inequalities combined using logical connectives and quantifiers where the variables ...
Numerical algorithms for constrained nonlinear optimization can be broadly categorized into gradient-based methods and direct search methods. Gradient search methods use ...
This section is concerned with the way that CUDALink is set up and configured for your machine. It will also help to track down and correct problems. CUDALink is designed to ...