Conteúdo do Curso
Mathematics for Data Analysis and Modeling
Mathematics for Data Analysis and Modeling
1. Basic Mathematical Concepts and Definitions
2. Linear Algebra
Numerical Operations on Vectors and MatricesChallenge: Calculate the Matrix Multiplication ResultMatrix DeterminantScaling Factor of the Linear TransformationChallenge: Figures' Linear TransformationsInversed and Transposed MatricesSystem of Linear EquationsChallenge: Solving the Task Using SLEEigenvalues and Eigenvectors
Challenge: Calculate the Matrix Multiplication Result
Tarefa
Swipe to show code editor
Your task is to write code that will multiply two matrices, A
and B
, using the dot product between two vectors.
- Specify the shape of the resulting matrix (number of rows and columns).
- Calculate the resulting matrix using the dot product between the corresponding rows of the first matrix and columns of the second matrix.
Mude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Tudo estava claro?
Obrigado pelo seu feedback!
Seção 2. Capítulo 2
Challenge: Calculate the Matrix Multiplication Result
Tarefa
Swipe to show code editor
Your task is to write code that will multiply two matrices, A
and B
, using the dot product between two vectors.
- Specify the shape of the resulting matrix (number of rows and columns).
- Calculate the resulting matrix using the dot product between the corresponding rows of the first matrix and columns of the second matrix.
Mude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Tudo estava claro?
Obrigado pelo seu feedback!
Seção 2. Capítulo 2
Mude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo