Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

Java Computer Algebra System. Features: math expression parser and evaluating API (jsr223), generic nested lists (i.e trees) API, pattern matching. Moved to http://code.google.com/p/symja/

0
 
  0 reviews  |  0 users  |  77,089 lines of code  |  0 current contributors  |  Analyzed 1 day ago
 
 

A MIDP2-based mobile Computer Algebra System. MATE is designed to help engineers with routine math tasks. It's too an easy and inexpensive way to have a graphing calculator in your pocket.

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 4 days ago
 
 

Symja is a pure Java library for symbolic mathematics. It's based on the MathEclipse project. >>> Try AJAX version on Google App Engine! <<< >>> Try it via Java Web Start! <<< FeaturesUsageLicense Featuresarbitrary precision integers, rationals and ... [More] complex numbers polynomials differentiation pattern matching linear algebra UsageExamples in the console application: org.matheclipse.core.eval.Console [options] Program arguments: -h or -help print this message -f or -file use given file as input script -d or -default use given textfile for system rules To stop the program type: exit To continue an input line type '\' at the end of the line. ****+****+****+****+****+****+****+****+****+****+****+****+ >>> a+a+4*b^2+3*b^2 In [1]: a+a+4*b^2+3*b^2 Out[1]: 2*a+7*b^2 >>> FactorInteger[2^15-5] In [2]: FactorInteger[2^15-5] Out[2]: {{3,1},{67,1},{163,1}} >>> D[Sin[x^3],x] In [3]: D[Sin[x^3],x] Out[3]: 3*Cos[x^3]*x^2 >>> Factor[-1+x^16] In [4]: Factor[-1+x^16] Out[4]: (-1+x)*(1+x)*(1+x^2)*(1+x^4)*(1+x^8) >>> Factor[5+x^12,Modulus->7] In [5]: Factor[5+x^12,Modulus->7] Out[5]: (2+x^3)*(4+x^6)*(5+x^3) >>> Expand[(-1+x)*(1+x)*(1+x^2)*(1+x^4)*(1+x^8)] In [6]: Expand[(-1+x)*(1+x)*(1+x^2)*(1+x^4)*(1+x^8)] Out[6]: -1+x^16 >>> Inverse[{{1,2},{3,4}}] In [7]: Inverse[{{1,2},{3,4}}] Out[7]: {{-2,1}, {3/2,-1/2}} >>> Det[{{1,2},{3,4}}] In [8]: Det[{{1,2},{3,4}}] Out[8]: -2 >>> Roots[4+x^2+2*x+3*x^3] In [9]: Roots[4+x^2+2*x+3*x^3] Out[9]: {-1,1/6*(I*44^(1/2)+2),1/6*(-I*44^(1/2)+2)} >>> Apart[(x)/(x^2-1)] In [10]: Apart[(x)/(x^2-1)] Out[10]: 1/2*(x+1)^(-1)+1/2*(x-1)^(-1) >>> $x=10 In [11]: $x=10 Out[11]: 10 >>> $x+$x In [12]: $x+$x Out[12]: 20 >>> Integrate[(10 x^2 - 63 x + 29)/(x^3 - 11 x^2 + 40 x -48),x] In [13]: Integrate[(10 x^2 - 63 x + 29)/(x^3 - 11 x^2 + 40 x -48),x] Out[13]: 63*(x-4)^(-1)-70*Log[x-3]+80*Log[x-4] >>> See the JUnit test cases for more syntax examples. Licensethe complete system is published under the LESSER GNU GENERAL PUBLIC LICENSE Some parts are published under more liberal licenses: the parser (and simple numeric evaluators) are published under the APACHE LICENSE Version 2.0. [Less]

0
 
  0 reviews  |  0 users  |  286,681 lines of code  |  1 current contributor  |  Analyzed 5 days ago
 
 

Franklin Math is now available!Franklin Math is an open source symbolic computer algebra system (CAS), with similarities to commercial math packages such as MATLAB or Mathematica. It handles some symbolic algebra and manipulation, as well as numeric calculations. The built-in functions cover ... [More] several fields of mathematics, and allow for function plotting. I have tested the installer on Windows XP without any issues. On Linux, you may have to be logged in as a root/administrator to have shortcuts created properly. On a Mac, the installer (generated with IzPack) does not support shortcut creation yet, so you will have to make your own (be sure to set the working directory to Franklin Math's install path). [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.