Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

Eigenmath DS 1.

0 version
The aim of this project is to have a portable free CAS comparable to commercial
systems
such as Texas Instruments or HP calculators.
Download the latest version:
http://eigenmatds.sourceforge.net/

- New Features:
-V 1.0
-Support for math function graphs
-Script mode
-Text zoom
-Natural result display
-Functions menu
-Instructions
*Mode terminal output
-Button A: Eval math sentences.
-Button B: Swap otput window to graph window and back.
-Button Y: Swap otput window to edit script window and back,
when button Y is pressed again, the sentences in
script window are ready to use in the otput mode.
-Button X: Flip screens
-Button START: Text zoom is raised. Press again to back to normal font s
ize.
-Button Up: Scroll up otput window.
-Button Down: Scroll down otput window.
-Button Left: Previous history commands.
-Button Right: Nexts history commands.
*Mode edit script
-Button Up, Down, Left, Right: cursor Handle.
-Recommendations for a better usage:
If the results are too big to display in normal font size, press button
start
or try the tty terminal mode.
For a large formula or a big matrix use the script mode,
is less tedious correct the values.
The command clear, clear all previous operations, asignations, results a
nd clear the graph area
except the script mode.
There is two ways to use draw button.
Example:
draw(sin(x))
enter
or
sin(x)
draw
enter
Don't forget, there is special funtions for matrix operations like dot,
inv.
For matirx operations isn't are equal a*b that dot(a,b) or a^-1 and inv(
a)

01/02/2008
This application is ported from the original source code written by George Weigt
.
You can see the original source code from: http://sourceforge.net
Eigenmath DS is ported to Nintendo DS by Leonel Hernandez.
to report bugs or sugestions you can write to leonelhs@gmail.com
The GUI is made with the 0.36 version of woopsi.
visit http://ant.simianzombie.com/blog/
http://www.sourceforge.net/projects/woopsi

This rom was tested with the Ez flash V flashcard


* THIS SOFTWARE IS PROVIDED BY LEONEL HERNANDEZ ``AS IS'' AND ANY
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL Leonel Hernandez BE LIABLE FOR ANY
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

You might also like