Log
(Built-in Mathematica Symbol) Log[z] gives the natural logarithm of z (logarithm to base e). Log[b, z] gives the logarithm to base b.
DSolve
(Built-in Mathematica Symbol) DSolve[eqn, y, x] solves a differential equation for the function y, with independent variable x. DSolve[{eqn_1, eqn_2, ...}, {y_1, y_2, ...}, x] solves a list of ...
MomentConvert[mexpr, form] converts the moment expression mexpr to the specified form.
Basic Objects Input Syntax Some General Notations and Conventions
Introduction to J/Link Calling Java from Mathematica Writing Java Programs That Use Mathematica
Here is a system of two ODEs whose coefficient matrix has real and distinct eigenvalues. This solves the system. Note that the general solution depends on two arbitrary ...
Google.com is a well-known web search engine. Google has made a web service available that allows developers to interface with their search engine within their own ...
PreemptProtect[expr] evaluates expr, without any interruption from preemptive evaluations.
ListLineIntegralConvolutionPlot[{array, image}] generates a line integral convolution plot of image convolved with the vector field defined by an array of vector field ...
Special-purpose multiprocessing hardware comes in two types, shared memory and distributed memory. In a shared-memory machine, all processors have access to a common main ...