MATLAB: Difference between revisions
Jump to navigation
Jump to search
imported>Igor Grešovnik (Added See also) |
mNo edit summary |
||
(9 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
'''MATLAB''' is a | {{subpages}} | ||
'''MATLAB''', which stands for "MATrix LABoratory", is a numerical computing environment and [[programming language]] created by the [[MathWorks]]. MATLAB allows easy [[Matrix (mathematics)|matrix]] manipulation, implementation of algorithms, plotting of [[Function (mathematics)|functions]] and data, creation of user interfaces, and interfacing with programs and computer hardware. MATLAB can also call functions or subroutines written in the [[C]] programming language or [[Fortran.]] | |||
MATLAB | |||
MATLAB was primarily designed for numerical computing, however there is a toolbox available that interfaces with the [[Maple (software)|Maple]] symbolic engine, allowing it to act also as a [[computer algebra system]]. The MATLAB application itself also provides an interactive mathematical shell wherein MATLAB code can be written and executed at the prompt. | |||
== See also == | == See also == | ||
*[[Axiom]] | |||
*[[LAPACK]] | |||
*[[Magma]] | |||
*[[Maple (software)|Maple]] | *[[Maple (software)|Maple]] | ||
*[[Mathcad]] | |||
*[[Mathematica]] | *[[Mathematica]] | ||
*[[ | *[[Maxima]] | ||
*[[MuPAD]] | |||
*[[NumPy]] / [[SciPy]] Matlab-like python packages | |||
*[[Octave]] | |||
*[[PARI/GP]] | |||
*[[Sage (computer algebra system)|Sage]] | |||
*[[SciLab]][[Category:Suggestion Bot Tag]] |
Latest revision as of 11:00, 14 September 2024
MATLAB, which stands for "MATrix LABoratory", is a numerical computing environment and programming language created by the MathWorks. MATLAB allows easy matrix manipulation, implementation of algorithms, plotting of functions and data, creation of user interfaces, and interfacing with programs and computer hardware. MATLAB can also call functions or subroutines written in the C programming language or Fortran.
MATLAB was primarily designed for numerical computing, however there is a toolbox available that interfaces with the Maple symbolic engine, allowing it to act also as a computer algebra system. The MATLAB application itself also provides an interactive mathematical shell wherein MATLAB code can be written and executed at the prompt.