Top
Back: setinitials
Forward: matrixsystem
FastBack: fpadim_lib
FastForward: integralbasis_lib
Up: findiff_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.15.2.14 errormap

Procedure from library findiff.lib (see findiff_lib).

Usage:
errormap(f); f of type poly

Return:
type poly; performs the fouriertransformation of a single polynomial

Example:
 
LIB "findiff.lib";
list D="Ux","Ut","U";
list P="a";
list V="t","x";
setinitials(V,D,P);
scheme(u(Ut)+a*u(Ux),central1st(Ux,U,x),backward(Ut,U,t));
==> (-2*dx)*x
errormap(_);
==> (-2*dx)*i*sx+(-2*dx)*cx


Top Back: setinitials Forward: matrixsystem FastBack: fpadim_lib FastForward: integralbasis_lib Up: findiff_lib Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 3-1-2, Oct 2010, generated by texi2html.