WZGrapher Function Grapher
Developer: Walter Zorn
WZGrapher is an easy-to-use and small-footprinted Function Graphing and Calculation Program written in C language,
with capabilities to plot both cartesian and polar functions.
WZGrapher can also be used to graph numerical solution curves of integrals,
to solve numerically and to graph ordinary differential equations up to the fifth order,
and to calculate value tables (also of ODEs) including the first derivative values.
You can simply enter expressions like x^3 - 2 x^2, ln(sin(x-Pi/2))
or pi*sin(2t + sin(t)), the latter being designated as polarfunction by 't' used as independent variable.
Differential equations (ODE) may look like y'' = -xy' + 3y, for example.
WZGrapher comes with various built-in helperfunctions, such as all of the 12 trigonometric and hyperbolic functions, e.g. tanh{512 * [2 - cosh(sin(x))^3]},
their inverses, e.g. acosh(x) (inverse hyperbolic cosine),
logarithms with specifiable bases, e.g. logn(x, 15.4),
Exponential Function exp(x),
roots with specifiable index, e.g. root(2.5x, 5),
the Gamma Function,
complete as well as incomplete elliptic integrals,
and several more.
|
|
Extras
Compared with the Online Function Grapher,
the WZGrapher Function Graphing software is much faster, can be customized in multiple ways, and provides extended capabilities, such as:
+ |
Zooming and scrolling the displayed range via keyboard (+, -, arrow keys), toolbar, or menu, selecting a zooming rectangle with the mouse.
|
+ |
Numerically computing integrals, and drawing their integral curves.
|
+ |
Numerically computing derivatives with the d( ) helperfunction, e.g. y=d(d(x^3)) (second derivative of x^3).
|
+ |
Numerically solving ordinary differential equations (ODE) of the first, second, third, fourth and fifth order,
e.g. y'''' = -y^2 - xy'', and drawing their solution curves.
When using WZGrapher to solve initial value problems,
the basic value (the point through which the solution graph must pass) can be defined anywhere inside the desired solution range of x.
|
+ |
Saving your work as WZG files.
|
+ |
Copying and pasting graphs into other applications such as Office Suites,
Graphics Programs and Image Viewer.
|
+ |
Saving graphs as pictures (BMP or GIF) to disk.
|
+ |
Textboxes for numbers, such as x min and x max, accept mathematical expressions, e.g. pi/2 or 2*sqrt(10).
|
+ |
Switching the background colour, specifying the line thickness.
|
+ |
Accessing operations via right-click menu (context menu), keystrokes or even Mouse Gestures.
|
+ |
Function calculator.
Can evaluate single values as well as value tables, including first derivative values.
These values/tables can be directly copied to the clipboard via a buttonclick,
and hence be pasted into other programs or documents such as Excel spreadsheets etc.
|
Despite these and more features, the size of the WZGrapher Function Graphing application is still very small,
just ~220 kB (download size: 127 kB), and memory usage is quite frugal (though I doubt anybody cares).
|
|
Integral Screen Shot
|
|
Differential Equation Screen Shot
Solution curve of a differential equation (ODE) of the second order
|
|
Installation of WZGrapher
No installation required.
Download the ZIP file in your preferred language and unzip it to the directory you wish.
On Windows 2000 / XP it's recommended to start WZGrapher (wzgrapher.exe) the first time from an useraccount with Administrator rights,
in order to enable WZGrapher to be lauched by clicking on a WZG file or by typing 'wzgrapher' on the command prompt.
To uninstall WZGrapher, delete the file wzgrapher.exe or the directory containing it.
|
|
Free Download
Version 0.95 for Windows 98 / Me / NT4 / 2000 / XP:
|
|
Later there will probably also come a Linux version.
Windows 95 is no longer supported.
|
|
History
Changelog of WZGrapher.
If you're impatiently waiting for the next release:
I'm working on version 1.0 of WZGrapher. Some of the new features:
-
Multi-document interface with tabs re-arrangable via drag&drop.
Documents can be duplicated.
-
The coordinatesystem can be dragged (scrolled) with the mouse in arbitrary directions.
-
Editable language files so the program can be easily translated even by users.
-
User-defined text with specifiable styles (font, colour, background) can be inserted, moved, and rotated to arbitrary angles
(either by specifying the angle or directly with the mouse).
-
Graphs and textlabels can be copied to other tabs (documents), e.g. for comparisons.
-
Function list in the new sidebar, to quickly hide/show, edit and remove graphs and textlabels,
or to move a graph or textlabel up/down in the stacking order
(e.g. to display a graph either in the foreground or in the background of a textlabel).
-
Style of graphs (color, line-thickness) can be set and changed individially.
-
Range of graphs can be restricted individually, e.g. to draw them only partially.
-
Difficult-to-graph functions such as sin(1/x) are displayed with more precision (screenshots).
-
Boolean operators <, <=, >, >=, <> and 'if' function,
especially useful for conditional piecewise graphs; example: if(x <= -2, sin(x), cos(x)).
Logical operators AND, OR, XOR and NOT.
-
Summation Σ with the new sum() function.
-
Parametric functions (cartesian and polar [angle(t), radius(t)] ).
-
User-defined functions (if anything goes well).
-
Graphs can be traced with the mouse.
-
More key shortcuts.
-
Image of the clientarea can be saved as BMP, GIF, PNG, and even in vectorized form as EMF, WMF, SVG, VML, XAML (Silverlight), HTML (JavaScript Vectorgraphics Library).
-
Program uses arbitrarily multliple (up to 32) CPUs as necessary.
-
Better compliance with non-admin user accounts (settings are stored in user appdata directory, for example).
Nevertheless the program will be small (easily fit onto a floppy disk),
keep a very small footprint, and start lightning-fast.
(Screenshots of the current development state.)
|
|
Walter Zorn
Impressum and about this page
|
|