Software tutorial/Vectors and arrays

From Process Model Formulation and Solution: 3E4
< Software tutorial
Revision as of 15:14, 26 September 2010 by Kevindunn (talk | contribs) (Created page with "In this section we will focus on containers for your numbers: '''vectors''' and '''arrays'''. For the purposes of this section you should use this terminology: ; Vector : A on...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

In this section we will focus on containers for your numbers: vectors and arrays. For the purposes of this section you should use this terminology:

Vector
A one-dimensional list of numbers
Array
A multi-dimensional arrangement of numbers
Matrix
A two-dimensional array

In this course we will mainly use vectors and matrices, however, arrays are extremely prevalent in process modelling.