mathematica.org
changeset 5 30cde029ae5c
child 7 39513d5443c3
equal deleted inserted replaced
4:6f98fbe199db 5:30cde029ae5c
       
     1 #+TITLE:     Replacements for Mathematica / Maple
       
     2 #+AUTHOR:    Anoop Jacob Thomas
       
     3 #+EMAIL:     info@fossee.in
       
     4 #+DATE:      2011-05-10 Tue
       
     5 #+DESCRIPTION: 
       
     6 #+KEYWORDS: 
       
     7 #+LANGUAGE:  en
       
     8 #+OPTIONS:   H:3 num:nil toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t
       
     9 #+OPTIONS:   TeX:t LaTeX:t skip:nil d:nil todo:t pri:nil tags:not-in-toc email:nil author:nil timestamp:nil creator:nil
       
    10 #+INFOJS_OPT: view:t toc:nil ltoc:t mouse:underline buttons:0 path:http://orgmode.org/org-info.js
       
    11 #+EXPORT_SELECT_TAGS: export
       
    12 #+EXPORT_EXCLUDE_TAGS: noexport
       
    13 #+LINK_UP:   
       
    14 #+LINK_HOME: 
       
    15 #+XSLT: 
       
    16 
       
    17 * Sage
       
    18 ** About Sage
       
    19 
       
    20 SAGE is a mathematical software covering aspects of mathematics
       
    21 including algebra, combinatorics, numerical mathematics, and
       
    22 calculus. It is best known for its ability to perform symbolic
       
    23 computation. Mathematics softwares like GAP, Maxima, Singular, SymPy
       
    24 are contained with in SAGE.  It combines the power of many existing
       
    25 open-source packages into a common Python-based interface.
       
    26 http://www.sagemath.org/
       
    27 
       
    28 ** List of Courses/Subjects/Areas where Sage can be used
       
    29    - Scientific Computing
       
    30    - Plotting Data
       
    31    - Mathematics
       
    32      - Algebra
       
    33      - Combinatorics
       
    34      - Numerical Mathematics
       
    35      - Calculus
       
    36 
       
    37 ** Learning Resources for Sage
       
    38 
       
    39    - http://www.sagemath.org/doc/tutorial/
       
    40 
       
    41 
       
    42 ** Where Sage is used/Sage Support
       
    43     - Indian Institute of Technology Bombay
       
    44     - Bhaskaracharya Pratishthana, Pune
       
    45 
       
    46 * Maxima
       
    47 ** About Maxima
       
    48 Maxima is a computer algebra system which can perform symbolic and
       
    49 numerical computation. Maxima yields high precision numeric results by
       
    50 using exact fractions, arbitrary precision integers, and variable
       
    51 precision floating point numbers. Maxima can plot functions and data
       
    52 in two and three dimensions.The Maxima source code can be compiled on
       
    53 many systems, including Windows, Linux, and MacOS X.
       
    54 
       
    55 ** List of Courses/Subjects/Areas where Maxima can be used
       
    56 
       
    57    - Scientific Computing
       
    58    - Plotting
       
    59 
       
    60 ** Learning Resources for Maxima
       
    61    - http://maxima.sourceforge.net/docs/tutorial/en/gaertner-tutorial-revision/Contents.htm
       
    62 
       
    63 ** Where Maxima is used/Maxima Support
       
    64    - yet to be added