Class: Math::Expr::Polynomial

Inherits:
AbstractExpression show all
Defined in:
lib/ruuuby/math/expr/expression.rb

Overview

terminology:

- variables/indeterminates: "a symbol that is treated as a variable"
- coefficients:              "a multiplicative factor in some term of a polynomial, a series, or any expression"
- monic polynomial:         a polynomial w/ a coefficient of 1 for the highest order term

involves only the following operations:

- addition[+]
- subtraction[-]
- multiplication[*]
- non-negative integer exponents of variables

Method Summary

Methods inherited from AbstractExpression

#initialize

Constructor Details

This class inherits a constructor from Math::Expr::AbstractExpression