zegrapher 2.0-4 source package in Ubuntu

Changelog

zegrapher (2.0-4) unstable; urgency=medium


  * improved the file debian/watch and wrote a debian/get_newest_source.sh
    script

 -- Georges Khaznadar <email address hidden>  Sun, 05 Jan 2014 15:32:56 +0100

Upload details

Uploaded by:
Georges Khaznadar
Uploaded to:
Sid
Original maintainer:
Georges Khaznadar
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc
Trusty release universe misc

Downloads

File Size SHA-256 Checksum
zegrapher_2.0-4.dsc 1.1 KiB 5cc41fd76255c8960950ffa90a71ab72a9ac4b0c8fa5d33833f9d1a6a235b79b
zegrapher_2.0.orig.tar.gz 581.6 KiB ac9b6a66dbf6094d0ddf09a6abc7494319191a941fcd5f31fce7d646e4763d9a
zegrapher_2.0-4.debian.tar.gz 6.5 KiB cd43501ef67c66a55a77148364e014b5e089ac96fda04fe370431cd5163d9772

Available diffs

No changes file available.

Binary packages built by this source

zegrapher: plotting mathematical functions and sequences on the plane

 ZeGrapheris developed with the idea that it must be as easy to use as
 possible, suitable for high school students.
 Here are features offered by Zegrapher:
 .
 * Visualize up to six functions simultaneously. All the usual functions
    can be called, They're all written on the virtual keyboard of the
    program. The name of these must be followed by an open parenthesis.
    Ex : cos(3x), sqrt(x) and not cos 3x or sqrt x. On a given function,
    others can be called, and so it's possible to associate or compose
    functions.
 * Numerical sequence plotting, they can be defined by recurrent relation,
   or explicitly. On the recurrent definition, you can put as much first
   values as you need to.
 * Parametric equation plotting, with the possibility to use a second
   parameter, which is "k". The curves can be animated, with adjustable
   smoothness (frame rate) and speed (ms per step).
 * Parametric function and sequence plotting. The parameter to use is "k",
   once you put it on an function's expression, new widgets will appear
   on which you'll enter the range and the step of "k". You can also
   choose two colors and each curve would take a color between to two.
 * Draw tangents, they can be moved and resized simply with the mouse.
 * Draw derivatives and antiderivatives of functions.
 * Print the graph, with these options :
 ** Choose the basis scale in centimeters, so you can measure the graph
     on the sheet with a ruler.
 ** Choose the size and the position of the graph on the sheet.
 ** Print in color or gray-scale.
 ** Export on a PDF file.
 * Exporting, it's possible to use all the known formats (png, jpeg,
   tiff, gif...).
 * Display a table of values, you can do it with three different options:
 ** From current graph view, the program will display the different
     functions ,sequences and parametric equation values from the graph's
     scale. And if you move the graph, the table would update itself
     automatically.
 ** Manual, you choose a number of empty boxes, then you'll enter by
     yourself the values that you want to know.
 ** Semi-automatic, with a given start value, step and number of values
     to display.
 * Navigate on the graph :
 ** Select a curve to display the coordinates of its points.
 ** Zoom/unzoom on each axis separately or together, with the mouse
     on a point, or on a rectangular region.
 ** Move the graph.
 * Customize the presentation :
 ** Change all the colors: axes, background, functions...
 ** Adjust curves displaying precision, it'll also affect rendering speed.
 ** Show/hide the grid.
 ** Activate/deactivate curves' smoothing.
 ** Display the graph on an orthonormal basis.