Neu in Mathematica 13.2
Mathematica Version 13.2 includes 41 completely new functions - plus 64 functions with substantial updates, efficiency improvements and some first hints of major new areas under development - particularly related to astronomy and celestial mechanics.
Stephen Wolfram's Blog Entry announcing Version 13.2- Improved performance of several Quantity operations.
- Uniformly distributed random sampling of dates and times with
RandomDate
andRandomTime
. - Fine-tuned abort handling using
PropagateAborts
. - Faster univariate and multivariate polynomial operations.
- Added support for modular factoring of multivariate polynomials.
- Faster symbolic linear algebra involving matrices with univariate rational functions.
- Two new structured matrix types:
VandermondeMatrix
andCauchyMatrix
. - Numerical fractional differentiation with
NFractionalD
. - Numerical Caputo differentiation with
NCaputoD
. - Many functions and options related to astronomical computation and visualization have been added, including
AstroPosition
,AstroDistance
,AstroAngularSeparation
andAstroGraphics
. - Soften or hide features in graphics using
Blurring
. - Analyze the result of a clustering process with
ClusteringMeasurements
. - Represent an external model that can be used for inference with
NetExternalObject
. FileSystemTree
creates a tree of subdirectories and files in a directory.- Compute step response analytics for control systems with
SystemModelMeasurements
. - Support for geographical data formats "GXF" and "OSM".
- Support for popular chess game formats "FEN" and "PGN".
- Build, load and install components, such as a shared library, from a compiled component with
CompiledComponent
,DeclareCompiledComponent
,BuildCompiledComponent
andLoadCompiledComponent
. - Additional support for migration from evaluated code to compiled code with
TypeHint
andIfCompiled
.
See the complete list of what's new in the Wolfram Language with Mathematica 13.1 on the Wolfram Research website