You are on page 1of 4

10. Write a detailed account on various linear algebraic packages available for the computations.

Gone are the days of solving mathematical equations manually, various computer algebra systems
have opened up a new plethora of undiscovered horizons in science. Ever since the advent of
electronic computation, analytical and numerical solutions via various softwares have become
mainstream in the scientific community.
Though there have been many software applications in use, the following have a wider user base
than the others.

1. Wolfram Mathematica- It is a modern technical computing system spanning most areas of


technical computing — including neural networks, machine learning, image processing,
geometry, data science, visualizations, and others. The system is used in many technical,
scientific, engineering, mathematical, and computing fields.

It was conceived by Stephen Wolfram and is developed by Wolfram Research of Champaign,


Illinois. The name of the program "Mathematica" was suggested to Stephen Wolfram by
Apple cofounder Steve Jobs although Wolfram had thought about it earlier and rejected it.

The Wolfram Language is the programming language used in Mathematica..Wolfram


Mathematica is split into two parts, the kernel and the front end. The kernel interprets
expressions (Wolfram Language code) and returns result expressions. The front end,
designed by Theodore Gray in 1988, provides a GUI, which allows the creation and editing of
notebook documents containing program code with syntax highlighting, formatted text
together with results including typeset mathematics, graphics, GUI components, tables, and
sounds. All content and formatting can be generated algorithmically or edited interactively.
Standard word processing capabilities are supported, including real-time multilingual spell-
checking.

Documents can be structured using a hierarchy of cells, which allow for outlining and
sectioning of a document and support automatic numbering index creation. Documents can
be presented in a slideshow environment for presentations. Notebooks and their contents
are represented as Mathematica expressions that can be created, modified or analyzed by
Mathematica programs or converted to other formats.

Presenter tools support the creation of slide-show style presentations that support
interactive elements and code execution during the presentation.

Wolfram Mathematica includes collections of curated data provided for use in computations.
Mathematica is also integrated with Wolfram Alpha, an online computational knowledge
answer engine which provides additional data, some of which is kept updated in real time.
Some of the data sets include astronomical, chemical, geopolitical, language, biomedical and
weather data, in addition to mathematical data (such as knots and polyhedra).
2. MATLAB- It is an acronym for MATrix LABoratory. It is a multi-paradigm numerical computing
environment and proprietary programming language developed by MathWorks. MATLAB
allows matrix manipulations, plotting of functions and data, implementation of algorithms,
creation of user interfaces, and interfacing with programs written in other languages,
including C, C++, C#, Java, Fortran and Python.

Although MATLAB is intended primarily for numerical computing, an optional toolbox uses
the MuPAD symbolic engine, allowing access to symbolic computing abilities. An additional
package, Simulink, adds graphical multi-domain simulation and model-based design for
dynamic and embedded systems.

As of 2018, MATLAB has more than 3 million users worldwide. MATLAB users come from
various backgrounds of engineering, science, and economics.

Cleve Moler, the chairman of the computer science department at the University of New
Mexico, started developing MATLAB in the late 1970s. He designed it to give his students
access to LINPACK and EISPACK without them having to learn Fortran. It soon spread to other
universities and found a strong audience within the applied mathematics community. Jack
Little, an engineer, was exposed to it during a visit Moler made to Stanford University in
1983. Recognizing its commercial potential, he joined with Moler and Steve Bangert. They
rewrote MATLAB in C and founded MathWorks in 1984 to continue its development. These
rewritten libraries were known as JACKPAC. In 2000, MATLAB was rewritten to use a newer
set of libraries for matrix manipulation, LAPACK.

MATLAB was first adopted by researchers and practitioners in control engineering, Little's
specialty, but quickly spread to many other domains. It is now also used in education, in
particular the teaching of linear algebra and numerical analysis, and is popular amongst
scientists involved in image processing.

3. GNU Octave- It is a software featuring a high-level programming language, primarily


intended for numerical computations. Octave helps in solving linear and nonlinear problems
numerically, and for performing other numerical experiments using a language that is mostly
compatible with MATLAB. It may also be used as a batch-oriented language. Since it is part of
the GNU Project, it is free software under the terms of the GNU General Public License.
The project was conceived around 1988. At first it was intended to be a companion to a
chemical reactor design course. Real development was started by John W. Eaton in 1992. The
first alpha release dates back to January 4, 1993 and on February 17, 1994 version 1.0 was
released. Version 4.0.0 was released on May 29, 2015.

The program is named after Octave Levenspiel, a former professor of the principal author.
Levenspiel was known for his ability to perform quick back-of-the-envelope calculations.

In addition to use on desktops for personal scientific computing, Octave is used in academia
and industry. For example, Octave was used on a massive parallel computer at Pittsburgh
Supercomputing Center to find vulnerabilities related to guessing social security numbers.
The Octave language is an interpreted programming language. It is a structured programming
language (similar to C) and supports many common C standard library functions, and also
certain UNIX system calls and functions. However, it does not support passing arguments by
reference.

Octave programs consist of a list of function calls or a script. The syntax is matrix-based and
provides various functions for matrix operations. It supports various data structures and
allows object-oriented programming.

Its syntax is very similar to MATLAB, and careful programming of a script will allow it to run
on both Octave and MATLAB.

4. Scilab- is a free and open-source, cross-platform numerical computational package and a


high-level, numerically oriented programming language. It can be used for signal processing,
statistical analysis, image enhancement, fluid dynamics simulations, numerical optimization,
and modeling, simulation of explicit and implicit dynamical systems and (if the corresponding
toolbox is installed) symbolic manipulations.

Scilab was created in 1990 by researchers from INRIA and École nationale des ponts et
chaussées (ENPC). Scilab is a high-level, numerically oriented programming language. The
language provides an interpreted programming environment, with matrices as the main data
type. By using matrix-based computation, dynamic typing, and automatic memory
management, many numerical problems may be expressed in a reduced number of code
lines, as compared to similar solutions using traditional languages, such as Fortran, C, or C++.
This allows users to rapidly construct models for a range of mathematical problems. While
the language provides simple matrix operations such as multiplication, the Scilab package
also provides a library of high-level operations such as correlation and complex
multidimensional arithmetic. The software can be used for signal processing, statistical
analysis, image enhancement, fluid dynamics simulations, and numerical optimization.

Scilab also includes a free package called Xcos (a fork of Scicos based on Modelica language)
for modeling and simulation of explicit and implicit dynamical systems, including both
continuous and discrete sub-systems. Xcos is the open source equivalent to Simulink from
MathWorks.

As the syntax of Scilab is similar to MATLAB, Scilab includes a source code translator for
assisting the conversion of code from MATLAB to Scilab. Scilab is available free of cost under
an open source license. Due to the open source nature of the software, some user
contributions have been integrated into the main program.

5. LAPACK- LAPACK (Linear Algebra Package) is a standard software library for numerical linear
algebra. It provides routines for solving systems of linear equations and linear least squares,
eigenvalue problems, and singular value decomposition. It also includes routines to
implement the associated matrix factorizations such as LU, QR, Cholesky and Schur
decomposition. LAPACK was originally written in FORTRAN 77, but moved to Fortran 90 in
version 3.2 (2008). The routines handle both real and complex matrices in both single and
double precision.

LAPACK was designed as the successor to the linear equations and linear least-squares
routines of LINPACK and the eigenvalue routines of EISPACK. LINPACK, written in the 1970s
and 1980s, was designed to run on the then-modern vector computers with shared memory.
LAPACK, in contrast, was designed to effectively exploit the caches on modern cache-based
architectures, and thus can run orders of magnitude faster than LINPACK on such machines,
given a well-tuned BLAS implementation. LAPACK has also been extended to run on
distributed memory systems in later packages such as ScaLAPACK and PLAPACK.

LAPACK is licensed under a three-clause BSD style license, a permissive free software license
with few restrictions.

You might also like