Class Index | File Index

Classes


Class JXG.Math.Poly.Monomial


Defined in: MathPoly.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
JXG.Math.Poly.Monomial(ring, coefficient, exponents)
Define a monomial over the polynomial ring ring.
Field Summary
Field Attributes Field Name and Description
 
The monomial's coefficient
 
Exponent vector, the order depends on the order of the variables in the ring definition.
 
A polynomial ring.
Method Summary
Method Attributes Method Name and Description
 
copy()
Creates a deep copy of the monomial.
 
Print the monomial.
Class Detail
JXG.Math.Poly.Monomial(ring, coefficient, exponents)
Define a monomial over the polynomial ring ring.
Parameters:
{JXG.Math.Poly.Ring} ring
{Number} coefficient
{Array} exponents
An array of exponents, corresponding to ring
Field Detail
{Number} coefficient
The monomial's coefficient

{Array} exponents
Exponent vector, the order depends on the order of the variables in the ring definition.

{JXG.Math.Poly.Ring} ring
A polynomial ring.
Method Detail
{JXG.Math.Poly.Monomial} copy()
Creates a deep copy of the monomial.
Returns:
{JXG.Math.Poly.Monomial}

{String} print()
Print the monomial.
Returns:
{String} String representation of the monomial

Documentation generated by JsDoc Toolkit 2.4.0 on Thu May 30 2013 23:22:18 GMT+0200 (CEST)