The solution given by DSolve can be verified using various methods. The easiest method involves substituting the solution back into the equation. If the result is True, the ...
LibraryFunction[args] represents a function that has been loaded from a Wolfram Library.
Expressions corresponding to cells. Here is a notebook containing a text cell and a Mathematica input cell. Here are the expressions corresponding to these cells.
FactorSquareFreeList[poly] gives a list of square-free factors of a polynomial, together with their exponents.
$ConfiguredKernels is the default list of kernels that are configured to be launched for parallel computing.
DGaussianWavelet[] represents a derivative of Gaussian wavelet of derivative order 2.DGaussianWavelet[n] represents a derivative of Gaussian wavelet of derivative order n.
$Packages gives a list of the contexts corresponding to all packages which have been loaded in your current Mathematica session.
There are four kinds of bracketing used in Mathematica. Each kind of bracketing has a very different meaning. It is important that you remember all of them. The four kinds of ...
Accumulate[list] gives a list of the successive accumulated totals of elements in list.
You can use the Mathematica function DSolve to find symbolic solutions to ordinary and partial differential equations. Solving a differential equation consists essentially in ...