S
S
splunk2016-03-16 01:51:45
Mathematics
splunk, 2016-03-16 01:51:45

In what area are operations on matrices used?

Where are matrix operations used, such as matrix multiplication?

Answer the question

In order to leave comments, you need to log in

5 answer(s)
R
RedHairOnMyHead, 2016-03-16
@splunk

In computer graphics, and not only matrices. There, in principle, a lot of linear algebra and analytic geometry. Here I think it will be exhaustive for you.
Matrices are, in principle, widely applicable, for example, with the help of them it is convenient to solve systems of linear equations.

F
FoxInSox, 2016-03-16
@FoxInSox

OpenGL, GLSL

A
Artem Spiridonov, 2016-03-16
@customtema

In programming - every day.
Arrays are also matrices.

A
Alexander Skusnov, 2016-03-16
@AlexSku

1) Computer graphics (3D): DirectX
2) MatLab = Matrix Laboratory. The whole package is based on operations on matrices. The code is very clear and short (no loops needed).

M
MagnetonBora, 2016-03-30
@MagnetonBora

Everywhere! In any section of science and technology you will find where you can apply the matrix. It happens like this. A mathematical model is built that describes some process or object. Such a model is basically a number of equations. Equations can be very different - ranging from simple linear to complex integro-differential equations. Such models are quite bulky, so it is convenient to represent them more compactly in matrix form.
My favorite example is regression.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question