Members Area


Recommended Sites:

Related Keywords
vb source code freeware download
c#source code freeware download
gme with source code freeware download
c++ source code freeware download
php source code example freeware download
source code freeware download
c source code freeware download
source code creator freeware download
html source code freeware download
source code comparison freeware download
compile source code freeware download
analyze source code freeware download
source code snippets freeware download
php free source code freeware download
source code compiler freeware download
source code bank freeware download
debug source code freeware download
source code hotkey freeware download
analyze the source code freeware download
edit source code freeware download

Top Freeware Keywords
iq tests freeware download
tablet pc freeware download
free day planner software freeware download
ebook freeware download
free freeware download
drawing freeware download
school freeware download
learn freeware download
guitar freeware download
mind mapping freeware download
painting freeware download
6 8 time freeware download
learning freeware download
education freeware download
chord chart freeware download
children freeware download
play freeware download
music freeware download
lessons freeware download
screen freeware download
learn guitar freeware download
kids freeware download
metronome freeware download
tuner freeware download
homepage freeware download
video freeware download
internet freeware download
communication freeware download
health freeware download
water 4 gas freeware download



Mathomatic 15.8.4 freeware     Save this freeware to your freeware selection - Saved Freeware

(1 rating)

Author

George Gesslein II

OS WinXP, Windows Vista, Windows Vista x64, Windows 7, Windows 7 x64
Date Released May 20, 2012
Downloads 3307
Filesize 266 kB
Keywords math calculator, math equation, math function, math, calculator, equation
Your Rating
  - click to rate
Mathomatic screenshot
[ View full size screenshot ]

Download Mathomatic   Save Freeware   Report Spyware

... C programming language. It is free and open source software (FOSS), published under the GNU Lesser General Public License (LGPL version 2.1). The software can automatically solve, differentiate, simplify, combine, and compare algebraic equations, perform standard, complex number, and polynomial arithmetic, etc. ...

Download Mathomatic   Save Freeware   Report Spyware


Code source - Mathomatic freeware - Download Notice

Mathomatic Free Download - we do not host any Mathomatic torrent files or links of Mathomatic on rapidshare.com, depositfiles.com, megaupload.com etc. All Mathomatic download links are direct Mathomatic full download from publisher site or their selected mirrors.

Code source - Mathomatic freeware - Latest User Reviews

 Write a Review   


Code source - Mathomatic freeware - The Latest Versions History

Version Date Released Status Release Notes
15.8.4 May 20, 2012 New Release · Added simplifying trig identities to the tests. Discovere "solve 0" doesn't work anymore, use "solve for 0" instead. "solve 0" will be fixed and enhanced shortly.
15.8.3 May 8, 2012 New Release · Added simplifying trig identities to the tests. Discovere "solve 0" doesn't work anymore, use "solve for 0" instead. "solve 0" will be fixed and enhanced shortly.

· Added Heron's formula (calculates the area of any triangle, given all three side lengths) to the "help geometry" command. Mathomatic can solve for any side length, too.

· "make uninstall" is now passing the current "prefix" (the directory being operated on, like "/usr") to the lib and primes uninstall.

· Added noisy compile-time warning if DBL_DIG is not 15, and display it as digits precision in the version command.
· Removed "no right_associative_power" from set options listing, now only lists "right_associative_power" if it is set. A very unimportant and rarely used option that was just taking up display space.
15.8.2 Mar 26, 2012 New Release · All makefiles corrected to fix the following problem: Removed -Cv option from the install command, so that installing Mathomatic under NetBSD works without a hitch. The "install -Cv" option is not supported under some operating systems, so compiling and installing Mathomatic will now be easier on those systems.

· Added Heron's formula (calculates the area of any triangle, given all three side lengths) to the "help geometry" command. Mathomatic can solve for any side length, too.

· "make uninstall" is now passing the current "prefix" (the directory being operated on, like "/usr") to the lib and primes uninstall.

· Added noisy compile-time warning if DBL_DIG is not 15, and display it as digits precision in the version command.
· Removed "no right_associative_power" from set options listing, now only lists "right_associative_power" if it is set. A very unimportant and rarely used option that was just taking up display space.
15.8.1 Mar 14, 2012 New Release · All makefiles corrected to fix the following problem: Removed -Cv option from the install command, so that installing Mathomatic under NetBSD works without a hitch. The "install -Cv" option is not supported under some operating systems, so compiling and installing Mathomatic will now be easier on those systems.

· Added Heron's formula (calculates the area of any triangle, given all three side lengths) to the "help geometry" command. Mathomatic can solve for any side length, too.

· "make uninstall" is now passing the current "prefix" (the directory being operated on, like "/usr") to the lib and primes uninstall.

· Added noisy compile-time warning if DBL_DIG is not 15, and display it as digits precision in the version command.
· Removed "no right_associative_power" from set options listing, now only lists "right_associative_power" if it is set. A very unimportant and rarely used option that was just taking up display space.
15.8.0 Mar 12, 2012 New Release · Added some important missing documentation, and the makefiles were fixed
· Some scary messages explained to make them less scary

· All makefiles corrected to fix the following problem
· Removed -Cv option from the install command, so that installing
· Mathomatic under NetBSD works without a hitch. The "install -Cv" option is not supported under some operating systems, so compiling and installing Mathomatic will now be easier on those systems
· Added Heron's formula (calculates the area of any triangle, given
· all three side lengths) to the "help geometry" command. Mathomatic
· can solve for any side length, too. See "tests/heron.in" for some
· proofs
· "make uninstall" is now passing the current "prefix" (the directory being operated on, like "/usr") to the lib and primes uninstall
· Added noisy compile-time warning if DBL_DIG is not 15, and display it as digits precision in the version command
15.7.3 Feb 13, 2012 New Release · Further improved parse_complex(), so simplify works better and the divide command no longer approximates, giving more accurate symbolic answers.
· Combining powers and different denominators that contain absolute values like ((x^2)^.5) is now prevented. This allows correct simplification and solving when dealing with absolute values. Tested with the Batman equations, which, when plotted display the Batman logo ("tests/batman_plot").
· Moved place where 1/i is converted to -i to within the complex number division handler, making complex number results more consistent and correct.
· Changed the chief author's main email address
· Combining different denominators that contain the imaginary unit (i) is now prevented. This prevents getting different answers after simplifying a complicated complex number expression.
· All copyright dates updated to include the new year 2012. Happy New Year everybody!
15.7.2 Dec 13, 2011 Minor Update Lots of new testing and debugging code to prevent future problems, some bugfixes and many enhancements.
15.7.1 Nov 18, 2011 Minor Update Lots of new testing and debugging code to prevent future problems, some bugfixes and enhancements.
15.7.0 Nov 7, 2011 New Release · Allow an equation-number-range to be specified on the calculate command command-line, so that multiple equation spaces can be calculated automatically with a single command.
· Improved nintegrate command results. nintegrate of cos(sin(x+1)) wrt x from 0 to 1 now always gives the correct simplified result.
· Rewrote to allow specifying lower and upper bounds on command line.
· Divide command improved: Allow specifying the dividend and divisor on the command line. Other minor fixes.
· The Mathomatic command "plot x^2" works now, Mathomatic automatically replaces all ^ with ** on the plot command line.
· Added compilation option -fexceptions to CFLAGS in the Mathomatic application and library makefiles and build scripts. May be why exception handling wasn't working well in the past.
· Fixed the display command in the symbolic math library to respond to "set columns=number" to cut-off the 2D expression output string at the number column, instead of always 80 columns.
15.6.4 Sep 26, 2011 New Release · Added file misc/known_bugs.txt, which is the current list of known bugs in Mathomatic.
· Added file tests/quadratic.in, just a script that solves the general quadratic equation.
· Fixed error messaging to not always give command usage information when a command fails or gives a negative result. Now only gives command usage info when helpful, like when something on the command line is incorrect.
· Fixed the Mathomatic derivative command to not fail with a helpful
· error message when the derivative is zero. Now it just gives a warning message along with the successful result of the constant zero.
· Mathomatic no longer compiles correctly with the latest Xcode gcc, due to a bug in Apple's gcc optimizer. Either turn the optimizer completely off when compiling with Xcode, or use the gcc provided by MacPorts. Xcode version 3.x and other non-Apple C compilers will work fine. All mention of Xcode has been removed from the Mathomatic distribution.


Most popular code source freeware downloads in Other

Easy-Fit Express 1.3 freeware download


... (nearly) no limitations for number of lines of code · implementation numerical routines in Fortran, executable outside of the GUI GUI in VBA, Microsoft Access 2007, run-time version included database with 240 examples Windows XP or Vista (contact the author for Windows 2K version) ...
Details   Download   Save Freeware
5 stars award

D2D Map Editor 2.5.1 Beta freeware download


D2D Map Editor is an open source project written in C#. The initial motivation for ... need, you can feel free to modify the source codes. ...
Details   Download   Save Freeware


Calibre 0.8.54 freeware download


calibre is a free and open source e-book library management application developed by users of ... using plugins so that different types of metadata sources can be supported in the future. * ... more… calibre has over three hundred news sources and the news system is plugin based, allowing users to easily create and contribute new sources to calibre. As a result the collection of ...
Details   Download   Save Freeware

DPlot Jr 2.3.2.3 freeware download


... to DPlot Jr and automatically produce a plot. Source examples for Microsoft C, C#, Borland C++, LCC-WIN32, GNU C (gcc), Microsoft Visual Basic, Visual Basic .NET, PowerBasic, FreeBASIC, Absoft FORTRAN, Compaq Visual FORTRAN, GNU FORTRAN, Salford FORTRAN, and WATCOM FORTRAN are included in the distribution. ...
Details   Download   Save Freeware

FET 5.18.0 freeware download


FET is open source free software for automatically scheduling the timetable of a school, high-school or university. It uses a fast and efficient timetabling algorithm. It is licensed under GNU GPL. Usually, FET is able to solve a complicated timetable in maximum 5-20 minutes. For simpler timetables, it may ...
Details   Download   Save Freeware
5 stars award

Gromacs for Mac OS X and Linux 4.5.5 freeware download


... of algorithmic optimizations have been introduced in the code; we have for instance extracted the calculation of ... analysis - you won't have to write any code to perform routine analyses. The output is further provided in the form of finished Xmgr/Grace graphs, with axis labels, legends, etc. already in place! ...
Details   Download   Save Freeware

ShaPlus STD Info 1.1 freeware download


... Indian locations by city name or by STD codes. This is an offline application, no need of ... Search By city name and search by STD code Option to search only selected state Search as ... type ( in supported mobiles) All Indian STD codes and cities from BSNL STD search site included ...
Details   Download   Save Freeware

Cabra 0.6.3 freeware download


Cabra is a free and open-source flashcard program created for students, by a student (a high school freshman, in fact.) It works with any operating system and even flash drives. Ace your next test, learn a new language, or prepare for world domination with Cabra. Features: Create and study ...
Details   Download   Save Freeware

Cabra Portable 0.6.3 freeware download


Cabra is a free and open-source flashcard program created for students, by a student (a high school freshman, in fact.) It works with any operating system and even flash drives. Ace your next test, learn a new language, or prepare for world domination with Cabra. Features: Create and study ...
Details   Download   Save Freeware

ZKanji 0.717 Beta freeware download


... at position, parts, readings, meanings, SKIP-code, Four Corner Code (with visual selection) and their numerical codes in the most known dictionaries. (using KANJIDIC). -Search the dictionary for words starting or ending with what you typed. (the dictionary uses JMdict). -Recognize ...
Details   Download   Save Freeware