Class mpoly (multivariate polynomial)
Version 1.1.0 (760 KB) von
Kenneth Johnson
Multivariate polynomial class with automatic differentiation functionality
Class mpoly represents a numeric array (of any nonempty size, any number of dimensions) as a polynomial function (any degree) of a set of independent parameters (any number of parameters), or as a truncated polynomial approximation (Taylor series). The class encapsulates the function value and its series coefficients.
Most standard array operations (+, -, *, /, cat, transpose, etc.) are implemented in mpoly to automatically calculate series coefficients for the result, effectively implementing automatic differentiation. Multivariate operations can be applied to mixed mpoly and numeric arguments, with numeric values being interpreted as constants.
Zitieren als
Kenneth Johnson (2026). Class mpoly (multivariate polynomial) (https://de.mathworks.com/matlabcentral/fileexchange/182185-class-mpoly-multivariate-polynomial), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Erstellt mit
R2025b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS LinuxTags
Quellenangaben
Inspiriert von: Class DAA, "Derivative-Augmented Array"
Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
@mpoly
| Version | Veröffentlicht | Versionshinweise | |
|---|---|---|---|
| 1.1.0 | code revisions
|
||
| 1.0.0 |
