More actions
(Created page with "{{Infobox homebrew | title = MathomaticDS | image = File:Mathomaticds.png | type = Mathematics | version = 10 November 2006 | licence = Mixed | ...") |
No edit summary |
||
Line 14: | Line 14: | ||
Mathomatic is entirely hand-written in optimized C. All arithmetic is double precision floating point with 14 decimal digits accuracy. | Mathomatic is entirely hand-written in optimized C. All arithmetic is double precision floating point with 14 decimal digits accuracy. | ||
==Features== | |||
* Combine and solve algebraic equations. | |||
* Completely simplify and compare expressions. | |||
* Perform calculus transformations. | |||
* Help with series analysis. | |||
* Perform standard, complex number, and polynomial arithmetic. | |||
* Generate efficient C, Java, or Python code from equations. | |||
==User guide== | ==User guide== | ||
User manual is provided in the file Doc/. | User manual is provided in the file Doc/. | ||
Line 31: | Line 31: | ||
Thanks to HeadKaze for his keyboard http://headkaze.drunkencoders.com/ | Thanks to HeadKaze for his keyboard http://headkaze.drunkencoders.com/ | ||
[[Category: | <br> | ||
[[Category:DS homebrew applications]] | |||
[[Category:Maths homebrews on DS]] |
Revision as of 15:07, 21 Mayıs 2021
MathomaticDS | |
File:Mathomaticds.png | |
General | |
---|---|
Author(s) | Davr |
Type | Mathematics |
Version | 10 November 2006 |
Licence | Mixed |
Links | |
[Media:Mathomaticds.rar Download] | |
Website | |
[Media:Mathomaticds.rar Source] |
<htmlet>adsense</htmlet>
Mathomatic is a portable, general purpose CAS (Computer Algebra System) that can symbolically solve, simplify, combine, and compare algebraic equations, perform complex number and polynomial arithmetic, etc. It does some calculus and handles all algebra, except trigonometry and logarithms.
Mathomatic is entirely hand-written in optimized C. All arithmetic is double precision floating point with 14 decimal digits accuracy.
Features
- Combine and solve algebraic equations.
- Completely simplify and compare expressions.
- Perform calculus transformations.
- Help with series analysis.
- Perform standard, complex number, and polynomial arithmetic.
- Generate efficient C, Java, or Python code from equations.
User guide
User manual is provided in the file Doc/.
Credits
Thanks to WinterMute for devkitpro http://devkitpro.org/
Thanks to HeadKaze for his keyboard http://headkaze.drunkencoders.com/