XPPAUT(1) | XPPAUT Documentation | XPPAUT(1) |
xppaut - X Phase plane plus AUTO. Solves many kinds of equations.
xppaut [-silent] [-xorfix] [-convert]
xppaut is a tool for solving:
The code brings together a number of useful algorithms and is written in C. All the graphics and interface are created using the X Window System protocol client library Xlib <http://www.xfree86.org>.
xppaut capabilities:
#define stipple2_width 2
#define stipple2_height 2
static char stipple2_bits[] = {
0x02,0x01};
XPPSTART
Each user can customize the behavior and appearance of Xppaut via the file “$HOME/.xpprc”. Where the environment variable $HOME points to the user's home directory. On most systems $HOME will already be set. Each option line in .xpprc begins with the “@” symbol followed by a comma-separated list of options. Comment lines begin with the “#” symbol and are ignored.
@ maxstor=50000
@ meth=qualrk,tol=1e-6,atol=1e-6
#Set up a customized look
@ but=quit:fq,bell=1
@ bigfont=lucidasanstypewriter-bold-14,grads=1
# thats it
An list of the extensive options are given below. For complete description of each of these options the reader is referred to the technical documentation for Xppaut.
ATOL, AUTOEVAL, AUTOVAR, AUTOXMAX, AUTOXMIN, AUTOYMAX, AUTOYMIN, AXES, BACK, BACKCOLOR, BACKIMAGE, BANDLO, BANDUP, BELL, BIGFONT, BOUND, BUT, COLORMAP, DELAY, DLL_FUN, DLL_LIB, DS, DSMAX, DSMIN, DT, DTMAX, DTMIN, DWCOLOR, EPSL, EPSS, EPSU, FOLD, FORECOLOR, GRADS, HEIGHT, JAC_EPS, LOGFILE, LT, MAXSTOR, METH, MWCOLOR, NCOL, NEWT_ITER, NEWT_TOL, NJMP, NMAX, NMESH, NORMMAX, NORMMIN, NPLOT, NPR, NTST, OUT, OUTPUT, PARMAX, PARMIN, PHI, POIMAP, POIPLN, POISGN, POISTOP, POIVAR, PS_COLOR, PS_FONT, PS_FSIZE, PS_LW, QUIET, RANGE, RANGEHIGH, RANGELOW, RANGEOLDIC, RANGEOVER, RANGERESET, RANGESTEP, RUNNOW, SEC, SEED, SMALLFONT, SMC, SPC, STOCH, T0, THETA, TOL, TOR_PER, TOTAL, TRANS, UEC, UMC, UPC, VMAXPTS, WIDTH, XHI, XLO, XMAX, XMIN, XNC, XP#, YHI, YLO, YMAX, YMIN, YNC, YP#, ZMAX, ZMIN, ZP#,
Note: On typical X Window installations the command xlsfonts lists available fonts. For example, the following command lists only the available fixed width fonts:
-e "fixed" -e "-c-" -e "-m-" | sort
Note: For a listing of standard hexadecimal colors see <http://en.wikipedia.org/wiki/Web_colors>.
This manual page was written by Isaac Jones <ijones@syntaxpolice.org>, for the Debian GNU/Linux system on March 4, 2002. This man page was updated by D. P. Dougherty on Jan 4, 2011. This man page was updated by B. Ermentrout on Feb 26, 2011.
August 26, 2011 | Version 6.11.1 |