Programming and Data Types    

The Polynom Constructor Method

Here is the polynom class constructor, @polynom/polynom.m.

Constructor Calling Syntax

You can call the polynom constructor method with one of three different arguments:

An example use of the polynom constructor is the statement

This creates a polynomial with the specified coefficients.


  Example -- A Polynomial Class Converter Methods for the Polynom Class