Class mpoly (multivariate polynomial)

Multivariate polynomial class with automatic differentiation functionality

Download
Download

You are now following this Submission

Cite As

Kenneth Johnson (2026). Class mpoly (multivariate polynomial) (https://ch.mathworks.com/matlabcentral/fileexchange/182185-class-mpoly-multivariate-polynomial), MATLAB Central File Exchange. Retrieved .

Acknowledgements

Inspired by: Class DAA, "Derivative-Augmented Array"

Tags

Add Tags

Add the first tag.

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.2.0

Efficiency improvements in mpoly.mldivide and mpoly.pagemldivide. Added rcond output to mpoly.pagemldivide and mpoly.pageinv. Revised test_mpoly.m.

Download
1.1.6

Replace sqrt(x) with sqrt(complex(x)) when isgpuarray(x) && isreal(x) && any(X(:)<0).

Download
1.1.5

Don't use decomposition on gpuArray data.

Download
1.1.3

Made gpuArray and inferior class: classdef (InferiorClasses = {?gpuArray}) ...

Download
1.1.2

Corrected upload files from last version.

Download
1.1.1

Added global asgn function, modified test_mpoly.

Download
1.1.0

code revisions
new files: besselj.m, test_besselj.m, mpoly_tutorial.mlx
Included link to algorithm document reference in mpoly.m.

Download
1.0.0

Download