Arithmetic Operations of Matrices in R (+, -, *, /)

preview_player
Показать описание
Step-by-step video shows you how to do arithmetic operations like addition, subtraction, multiplication, division, and more with matrices in R and R Studio!

## Links Mentioned ##

Support the Channel:
Рекомендации по теме
Комментарии
Автор

You should point out that it's not actually doing linear algebra.... You need dot products to multiply matrices and you cannot divide matrices. This is just doing the multiplication and division with the element in the same position of the other matrix.

Taricus