All of the functionality in Graphics`PlotField` has been added to the built-in Mathematica kernel.
Mathematica's built-in SparseArray function should be used to create tridiagonal matrices. Mathematica kernel's built-in sparse solver LinearSolve has replaced ...
ErrorListPlot[{{y_1, dy_1}, {y_2, dy_2}, ...}] plots points corresponding to a list of values y_1, y_2, ..., with corresponding error bars. The errors have magnitudes dy_1, ...
Mathematica automatically handles both numeric and symbolic matrices, seamlessly switching among large numbers of highly-optimized algorithms. Using many original methods, ...
AngerJ
(Built-in Mathematica Symbol) AngerJ[\[Nu], z] gives the Anger function J_v(z).AngerJ[\[Nu], \[Mu], z] gives the associated Anger function J_\[Nu]^\[Mu](z).
ChebyshevT[n, x] gives the Chebyshev polynomial of the first kind T_n (x).
CloseKernels[] terminates all parallel kernels from the list Kernels[].CloseKernels[k] terminates the kernel k.CloseKernels[{k_1, k_2, ...}] terminates the kernels k_1, k_2, ...
CovarianceEstimatorFunction is an option for generalized linear model fitting functions that specifies the estimator for the parameter covariance matrix.
Definition[symbol] prints as the definitions given for a symbol.
ExpressionCell[expr] gives an expression cell that can appear in a Mathematica notebook. ExpressionCell[expr, " style"] gives an expression cell with the specified style.