Comprehensive Study Notes on Matrix Applications and Matrix Multiplication
Course Logistics and Administrative Guidelines
Add/Drop Period and Roster Updates:
- The course roster remains open until Monday to accommodate late additions and drops.
- Roster updates are not checked hourly during this window.
Homework Schedules (Cengage):
- Initial homework assignments are due on September 4.
- Assignments for the following week are scheduled to be due around the same time.
- Deadlines are extended for the first week specifically due to the add/drop period and to ensure all enrolled students are registered in the system.
- Students should begin working on assignments early despite extended deadlines.
Syllabus Scavenger Hunt:
- A syllabus scavenger hunt assignment is due on Monday.
iClicker, App, and Location Troubleshooting Procedures:
- Technical/Location Errors:
- If the app displays a location error or prevents access, log out of the application and log back in.
- Disconnecting from campus Wi-Fi and reconnecting can resolve network-related location errors caused by heavy traffic during the first few weeks of class.
- In-Class iClicker Failure Protocol:
- If technical issues persist during an active clicker question, take a photograph of the classroom projection screen (do not include the instructor in the photo).
- Email the photo to the instructor immediately following class to receive attendance credit for the day.
- Location Services Rationale:
- Location tracking is enforced to verify physical classroom presence and prevent absent students from participating remotely via classmate prompts.
- Technical/Location Errors:
Assessment and Work Expectations:
- Showing Work:
- All intermediate arithmetic steps must be written out in full on quizzes and exams.
- Showing explicit setup steps allows partial credit to be awarded if minor arithmetic errors occur (e.g., miscalculating as ).
- Answers presented without supporting work are ineligible for credit.
- Organization:
- Work must be clearly organized and labeled to facilitate efficient grading.
- Matrix Labeling:
- All matrices and final answer matrices must have their rows and columns explicitly labeled every single time.
- Showing Work:
Section 1.1: Matrix Modeling and Applied Scalar Operations
Applied Mathematics Context:
- Course focus is centered on real-world applications and word problems rather than abstract pure mathematics.
- Word problems require careful reading to extract data accurately into matrix structures.
Constructing a Matrix from Real-World Data:
- Scenario Context: Local university stadium vendors track inventory sales for hot dogs, pretzels, and pickles on a stick across home and visitor sides during a conference football game.
- Raw Data Provided:
- Home side estimated sales: hot dogs, pretzels, pickles on a stick.
- Visitor side estimated sales: pretzels, pickles on a stick, hot dogs.
- Defining Matrix Dimensions and Labels:
- Matrix Name: Named (to represent Food).
- Dimensions: A matrix (2 rows and 3 columns).
- Rows (): Represent the stadium sides.
- Row 1 = Home Side ()
- Row 2 = Visitor Side ()
- Columns (): Represent food items.
- Column 1 = Hot Dogs ()
- Column 2 = Pretzels ()
- Column 3 = Pickles on a Stick ()
- Labeling Rule: Distinct abbreviations must be used when category names share initial letters (e.g., for Pretzels vs. for Pickles on a Stick; for Hot Dogs vs. for Home side).
- Formulating Matrix :
- Aligning items to designated columns (, , ):
- Row 1 (Home): Entry , Entry , Entry .
- Row 2 (Visitor): Entry , Entry , Entry .
- Matrix Equation with Labels:
- Aligning items to designated columns (, , ):
Scalar Multiplication Application (Inventory Increase):
- Scenario: Vendors prepare for the next home game against a rival by ordering more than sold at the previous game.
- Mathematical Derivation:
- An increase of implies total inventory equals original amount plus of original amount.
- Convert percentage to decimal:
- Algebraic formulation:
- Scalar Computation:
- Home Side Hot Dogs:
- Home Side Pretzels:
- Home Side Pickles on a Stick:
- Visitor Side Hot Dogs:
- Visitor Side Pretzels:
- Visitor Side Pickles on a Stick:
- Final Matrix Result:
- Mathematical Result vs. Practical Reality:
- Mathematical Answer: Decimals (, , etc.) represent exact theoretical minimum requirements and constitute the exact required answer on academic assessments.
- Practical Application: Fractional food items cannot be sold or purchased. Bulk purchasing requirements in practical applications would require rounding up to whole numbers or standard package batch sizes (e.g., ordering or items).
Section 1.2: Matrix Multiplication
Definition and Compatibility Rule:
- Matrix multiplication involves multiplying two matrices together rather than scaling a matrix by a single constant.
- Inner Dimension Rule: To multiply matrix by matrix (product ), the number of columns in must equal the number of rows in
- If matrix has size and matrix has size :
- The product exists if and only if
- If , the product is undefined / not possible.
- Outer Dimensions Rule: If , the resulting product matrix has dimensions
General Multiplication Process:
- Determine and write out the dimensions of each matrix.
- Compare inner dimensions to verify compatibility.
- Determine the size of the resulting matrix.
- Compute the entry in Row , Column of the product matrix by multiplying each element of Row of the first matrix by its corresponding element in Column of the second matrix, then taking the sum of these products.
Comprehensive Multiplication Example:
Given Matrix ():
Given Matrix ():
Part 1: Evaluating Product :
- Dimension Check: () and ().
- Inner dimensions: and (equal; product exists).
- Resulting Matrix Size: ( rows, columns, total entries).
- Row 1 Computations:
- Row 1, Column 1:
- Row 1, Column 2:
- Row 1, Column 3:
- Row 2 Computations:
- Row 2, Column 1:
- Row 2, Column 2:
- Row 2, Column 3:
- Intermediate Step Setup:
- Final Simplified Product Matrix:
Part 2: Evaluating Product :
- Dimension Check: () and ().
- Inner dimensions: (columns of ) and (rows of ).
- Since , inner dimensions do not match.
- Conclusion: Product is not possible (undefined).
Properties of Matrix Operations:
- Non-Commutativity: Matrix multiplication is NOT commutative ( in general).
- Order cannot be altered.
- Changing operational order can alter dimension compatibility or produce different results entirely.
- Associativity: Matrix multiplication is associative: , provided product compatibility is maintained and matrix sequence remains strictly ordered.
- Distributivity: Matrix multiplication distributes over addition while preserving position:
- Left Distributive Property:
- Right Distributive Property:
- Caution: Relative positions must be maintained (). Parentheses cannot be added or removed arbitrarily.
- Non-Commutativity: Matrix multiplication is NOT commutative ( in general).