GithubHelp home page GithubHelp logo

bernardoat / maxima Goto Github PK

View Code? Open in Web Editor NEW

This project forked from calyau/maxima

0.0 1.0 0.0 85.33 MB

Computer Algebra System written in Common Lisp (GPL CAS based on DOE-MACSYMA)

Home Page: https://sourceforge.net/p/maxima/code/ci/master/tree/

License: Other

Makefile 0.28% Shell 0.31% Perl 0.23% Python 0.07% Common Lisp 73.15% Tcl 2.09% Emacs Lisp 1.76% TeX 2.32% C 0.41% Gnuplot 0.01% Assembly 0.02% NewLisp 0.03% M4 0.17% CMake 0.10% NSIS 0.02% HTML 0.78% Batchfile 0.01% Fortran 17.34% Roff 0.89% HolyC 0.01%

maxima's Introduction

Maxima is a symbolic computation program.  It is full featured,
doing symbolic manipulation of polynomials, matrices, rational
functions, integration, Todd-coxeter, graphing, bigfloats.  It has a
symbolic debugger source level debugger for maxima code.  Maxima is
based on the original Macsyma developed at MIT in the 1970's.
It comes with extensive self tests.

Maxima is distributed under the GNU General Public License, with some
export restrictions from the U.S. Department of Energy. See the file
COPYING.

Installation information is available in the file INSTALL. Summary
information about this release can be found in the file NEWS. Detailed
change information is available in the ChangeLog.

A simple usage example:

(%i1)	pyth:a^2+b^2=c^2;
(%o1)	b^2+a^2=c^2

(%i2)	solve(pyth,a);
(%o2)	[a=-sqrt(c^2-b^2),a=sqrt(c^2-b^2)]

(%i3)	integrate(x*sin(a*x),x);
(%o3)	(sin(a*x)-a*x*cos(a*x))/a^2

For more information on Maxima, see the Maxima web site,
<http://maxima.sourceforge.net>.

maxima's People

Contributors

gunterkoenigsmann avatar rettakjak avatar rtoy avatar daute avatar crategus avatar rswarbrick avatar volkervannek avatar jaimevillate avatar aedermuc avatar andrejv avatar barton-willis avatar lakshyaaagrawal avatar slitvinov avatar vttoth avatar lokedhs avatar tomasriker avatar yasuakihonda avatar fabrizio-caruso avatar leo-butler avatar feinerer avatar jmalmari avatar jscott0 avatar mardukbp avatar nbruin avatar yitzchak avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.