A Bernoulli equation is a first-order equation of the form The problem of solving equations of this type was posed by James Bernoulli in 1695. A year later, in 1696, G. ...
NonlinearFit is replaced by FindFit. NonlinearRegress functionality is now available using the built-in function NonlinearModelFit.
The NIntegrate Explorer is a GUI that lets you do numerical quadrature using NIntegrate. It opens a tool that lets you enter an integrand, set a region, then modify and ...
RevolutionPlot3D has been added to the built-in Mathematica kernel.
ColumnAlignments is an option for the low-level function GridBox that specifies how entries in each column should be aligned.
CommonDefaultFormatTypes -> {opt_1 -> val_1, opt_2 -> val_2, ...} is an option that specifies default formats for newly created cells.
DefaultFormatType is an option for cells that specifies the format used for displaying expressions in a newly created cell.
DefaultInlineFormatType is an option for cells that specifies the format used for displaying expressions in a newly created inline cell.
LocationTest[data] tests whether the mean or median of the data is zero. LocationTest[{data_1, data_2}] tests whether the means or medians of data_1 and data_2 are ...
DateQ
(Calendar Package Symbol) DateQ[{year, month, day}] yields True if date {year, month, day} is a valid date in the current calendar system, and yields False otherwise. DateQ[{year, month, day, hour, ...