+ 1

Why is using Matrix Math so important to understand how to use? What kind of problems can be solved with Matrix multiplication?

Example: Matrix C = Matrix A24 * B43

4th Nov 2019, 8:21 AM
Lloyd L Conley
Lloyd L Conley - avatar
3 Réponses
+ 4
learning matrix is good when u need to deal with a problem that makes use of grids, can you think of a better way as a n00b to write a code for a sudoku checker or word search, i bet you're thinking of searching by rows and columns and all that, that's the use of matrix
4th Nov 2019, 8:56 AM
✳AsterisK✳
✳AsterisK✳ - avatar
+ 3
I've recently used matrix math to determine if two line segments in canvas, given their start and end points, intersect with each other. Matrices are a convenient way to represent systems of line equations and comparing where those lines are relative to each other. This applies to points and Vectors, as well, and their relative transformations in two, three or more dimensional planes.
4th Nov 2019, 3:07 PM
David Carroll
David Carroll - avatar
0
Matrix math is used by Doctors for studying patients graphs, Engineers, Scientists, Chemists, those that use statistics to solving Laplace Transforms, Fourier Transforms, Probability, etc. The things you can do are endless for saving lots of time solving problems. Solving problems in time domain are difficult to solve. Using Laplace or Fourier transforms time domain to Linear Algebra!. I will post Matrix Muliplication using three Matrices A, B, and C. I wrote origin program in Visual. The new program is written in Java. Notes in how program is written!
10th Aug 2020, 5:33 PM
Lloyd L Conley
Lloyd L Conley - avatar