Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

wxmaxima(1) [debian man page]

WXMAXIMA(1)						      General Commands Manual						       WXMAXIMA(1)

NAME
wxmaxima -- wxWidgets interface for maxima SYNOPSIS
wxmaxima DESCRIPTION
This manual page documents briefly the wxmaxima command. It was written for the Debian distribution because the original program does not have a manual page. Instead, it has documentation in it's Help menu. wxmaxima is a rather self-explanatory front-end to the maxima computer algebra system. It provides a graphical interface and 2D formated output display for maxima. Its menu system facilitates the access to a huge part of the maxima native set of commands and also to a brows- able maxima help. The dialogue windows make easy the introduction of mathematical entities such as limits, matrices, etc. maxima is a free (GPL) common lisp implementation based of the original computer algebra system Macsyma developed at MIT. It has full docu- mentation (HTML and info) included in the maxima-doc Debian package. It uses the cross-platform GUI toolkit wxWidgets and runs natively on different operative systems. OPTIONS
This program takes no options SEE ALSO
maxima (1), xmaxima (1). AUTHOR
This manual page was written by J. Rafael Rodriguez Galvan rafael.rodriguez@uca.es for the Debian system (but may be used by others). Per- mission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. WXMAXIMA(1)

Check Out this Related Man Page

MIXXX(1)						      General Commands Manual							  MIXXX(1)

NAME
mixxx -- a Digital Disc Jockey Interface SYNOPSIS
mixxx DESCRIPTION
This manual page documents briefly the mixxx command. mixxx is a digital DJ system, where wave, ogg and mp3 files can be mixed on a computer for use in live performances. Filters, crossfader, and speed control are provided. mixxx can sync the 2 streams automatically, using an algorithm to detect the beat. mixxx works with Jack or OSS and can be controlled through the GUI and with external controllers, including MIDI devices and joysticks. The GUI supports skins. This manual page was written for the Debian distribution because the original program does not have a manual page. Instead, it has docu- mentation in the pdf format; see below. OPTIONS
This program takes no command line argument. SEE ALSO
/usr/share/doc/mixxx/Mixxx-Manual.pdf The program is fully documented in the above pdf file. AUTHOR
This manual page was written by Paul Brossier (piem@altern.org) for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version pub- lished by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. MIXXX(1)
Man Page

We Also Found This Discussion For You

1. Shell Programming and Scripting

Dialog with an external program using named pipes

Dear community, I communicate with an external program (maxima) using named pipes. If I use a text file to capture the output (maxima > out.txt) i can see the programs answer directly after the input written into the file. But if bypass the output into a named pipe (maxima > pipe) and capture it... (1 Reply)
Discussion started by: Pustekuchen
1 Replies