CoCoA:HowTo:Plot polynomials

From ApCoCoAWiki
Revision as of 11:41, 22 September 2005 by Dheldt (talk | contribs) (added first stub.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This article is a stub. You can make this wiki more useful by adding information.

About

Plotting multivariate polynomials may be quite complicated. Having a polynomial in more than two indeterminates, plotting its evaluation is tricky.

This How To covers how to plot an evaluation of a discrete set of points. There are two different approaches covered here. First we can evaluate the polynomial with CoCoA and then plot this evaluation with another tool, for example Matlab, gnuplot or another tool, or we can transfer the polynomial itself into another tool (we'll do it with Matlab) and then evaluate it over there.

Evaluate in CoCoA

[ToDo]

Evaluate in Matlab

[ToDo]

Examples

[ToDo]