تاريخ الرياضيات
الاعداد و نظريتها
تاريخ التحليل
تار يخ الجبر
الهندسة و التبلوجي
الرياضيات في الحضارات المختلفة
العربية
اليونانية
البابلية
الصينية
المايا
المصرية
الهندية
الرياضيات المتقطعة
المنطق
اسس الرياضيات
فلسفة الرياضيات
مواضيع عامة في المنطق
الجبر
الجبر الخطي
الجبر المجرد
الجبر البولياني
مواضيع عامة في الجبر
الضبابية
نظرية المجموعات
نظرية الزمر
نظرية الحلقات والحقول
نظرية الاعداد
نظرية الفئات
حساب المتجهات
المتتاليات-المتسلسلات
المصفوفات و نظريتها
المثلثات
الهندسة
الهندسة المستوية
الهندسة غير المستوية
مواضيع عامة في الهندسة
التفاضل و التكامل
المعادلات التفاضلية و التكاملية
معادلات تفاضلية
معادلات تكاملية
مواضيع عامة في المعادلات
التحليل
التحليل العددي
التحليل العقدي
التحليل الدالي
مواضيع عامة في التحليل
التحليل الحقيقي
التبلوجيا
نظرية الالعاب
الاحتمالات و الاحصاء
نظرية التحكم
بحوث العمليات
نظرية الكم
الشفرات
الرياضيات التطبيقية
نظريات ومبرهنات
علماء الرياضيات
500AD
500-1499
1000to1499
1500to1599
1600to1649
1650to1699
1700to1749
1750to1779
1780to1799
1800to1819
1820to1829
1830to1839
1840to1849
1850to1859
1860to1864
1865to1869
1870to1874
1875to1879
1880to1884
1885to1889
1890to1894
1895to1899
1900to1904
1905to1909
1910to1914
1915to1919
1920to1924
1925to1929
1930to1939
1940to the present
علماء الرياضيات
الرياضيات في العلوم الاخرى
بحوث و اطاريح جامعية
هل تعلم
طرائق التدريس
الرياضيات العامة
نظرية البيان
Arrays, Matrices
المؤلف:
W.D. Wallis
المصدر:
Mathematics in the Real World
الجزء والصفحة:
12-13
2-2-2016
1620
Suppose a movie theater sells three types of tickets—Adult (A), Student (S), and Child (C). The theater charges more after 6 PM, so tickets may also be classified as Day (D) or Evening (E). If 43 Adult, 33 Student and 18 Child tickets are sold for the afternoon session, and 78 Adult, 45 Student and 12 Child tickets are sold in the evening, the day’s ticket sales could be represented by the following table:
An array of data like this is called a rectangular array, a two-dimensional array or simply an array. An array consisting only of numbers is called a matrix. In our example, the actual numbers are given by the matrix
We shall usually denote matrices by single upper-case letters. In general, matrices can be used whenever the data is classified in two ways; in the example, the classifications are ticket types (A, S, C) and session times (D, E). The horizontal layers are called rows and the vertical ones columns for example, the first row in the above matrix M is
and the second column is
If a matrix has p rows and q columns, we refer to it as a “p by q matrix” or say “the matrix is p×q.” The numbers p and q are the dimensions of the matrix.
Sample Problem 1.1 A furniture manufacturer makes tables and chairs. In January he made 200 tables and 850 chairs; in February, 300 tables and 1,440 chairs; in March, 140 tables and 880 chairs. Represent these data in an array.
Solution. Write T for tables, C for chairs.
It is possible that a matrix can have only one row or only one column. A matrix with one of its dimensions equal to 1 is called a vector. An m×1 matrix is a column vector of length m, while a 1×n matrix is a row vector of length n. The individual rows and columns of a matrix are vectors, which we call the row vectors and column vectors of the matrix.
The element in the i-th row and j-th column of a matrix is called the (i, j) entry and it is denoted by the subscript i j; for example, a matrix M has (i, j) entry mi j.
Similarly, the i-th entry of a vector is denoted by subscript i.
It is possible for arrays to have more than two dimensions.