matlab.org
changeset 7 39513d5443c3
parent 4 6f98fbe199db
equal deleted inserted replaced
6:d86daf8b2dc2 7:39513d5443c3
     5 #+DESCRIPTION: 
     5 #+DESCRIPTION: 
     6 #+KEYWORDS: 
     6 #+KEYWORDS: 
     7 #+LANGUAGE:  en
     7 #+LANGUAGE:  en
     8 #+OPTIONS:   H:3 num:nil toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t
     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
     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
    10 #+INFOJS_OPT: view:t home:software.html toc:nil ltoc:t mouse:underline buttons:0 path:http://orgmode.org/org-info.js
    11 #+EXPORT_SELECT_TAGS: export
    11 #+EXPORT_SELECT_TAGS: export
    12 #+EXPORT_EXCLUDE_TAGS: noexport
    12 #+EXPORT_EXCLUDE_TAGS: noexport
    13 #+LINK_UP:   
    13 #+LINK_UP:   
    14 #+LINK_HOME: 
    14 #+LINK_HOME: 
    15 #+XSLT: 
    15 #+XSLT: 
    87 
    87 
    88     - Indian Institute of Technology Bombay
    88     - Indian Institute of Technology Bombay
    89 
    89 
    90 * Octave
    90 * Octave
    91 ** About Octave
    91 ** About Octave
    92 GNU Octave is a high-level interpreted language that provides
       
    93 capabilities for the numerical solution of linear and nonlinear
       
    94 problems,extensive graphics capabilities for data visualization and
       
    95 manipulation.
       
    96 
    92 
       
    93 GNU Octave is a high-level matrix based, interpreted language,
       
    94 primarily intended for numerical computations. It provides a
       
    95 convenient command line interface for solving linear and nonlinear
       
    96 problems numerically, and for performing other numerical experiments
       
    97 using a language that is, to a large extent, code compatible with
       
    98 MATLAB.
    97 
    99 
    98 ** List of Courses/Subjects/Areas where Octave can be used
   100 ** List of Courses/Subjects/Areas where Scilab can be used
    99 
   101 
   100    - Scientific Programming
   102     - Linear Algebra, Optimization and Interpolation
   101    - Computational Technologies
   103     - Actuarial functions
   102    - Numerical Methods
   104     - Civil Engineering
   103    - Signal Processing
   105     - Combinatorics
   104    - Solid Mechanics Calculations
   106     - Digital Communication and Error Correcting
       
   107     - Control Systems
       
   108     - Signal Processing
       
   109     - Image and Video Processing
       
   110     - Statistics
       
   111     - Finite Element and Finite Volume methods
       
   112     - Networking
       
   113     - Ordinary Differential Equations and Differential Algebraic Equations
   105 
   114 
   106 ** Learning Resources for Octave
   115 ** Learning Resources for Octave
   107    - http://www.gnu.org/software/octave/
   116 
   108    - http://en.wikibooks.org/wiki/Octave_Programming_Tutorial/Getting_started
   117     - Official Octave Manual: http://www.gnu.org/software/octave/docs.html
       
   118     - Octave Programming Tutorial: http://en.wikibooks.org/wiki/Octave_Programming_Tutorial
       
   119      
       
   120 
   109 ** Where Octave is used/Octave Support
   121 ** Where Octave is used/Octave Support
   110    - yet to be added