Borrar filtros
Borrar filtros

In the Matlab command input the following matrices.

2 visualizaciones (últimos 30 días)
Majid Alomari
Majid Alomari el 18 de Nov. de 2020
Respondida: Srivardhan Gadila el 23 de Nov. de 2020
In the Matlab command input the following matrices.
1. A matrix with 2x2 order
2. B matrix with 2x2 order
3. C matrix with 2x2 order
Then do the following operations:
  1. diagonal of (A+B+C)
  2. |ABC|
  3. (A+B)C=AC+BC
  4. det(A)=det(A')
  1 comentario
Jon
Jon el 18 de Nov. de 2020
What is your question? I suggest that you first attempt to write some code and then post your code and then ask specific questions regarding problems you may be having with your program. If you need to learn the basics of MATLAB in order to get started I would suggest first completing the MATLAB On Ramp https://www.mathworks.com/learn/tutorials/matlab-onramp.html

Iniciar sesión para comentar.

Respuestas (1)

Srivardhan Gadila
Srivardhan Gadila el 23 de Nov. de 2020
As Jon said, completing the MATLAB Onramp course is recommended to learn the essentials of MATLAB.
Then you can refer to the documentation of the following: trace, mtimes, *, plus, +, transpose, .' and det.

Categorías

Más información sobre Matrix Indexing en Help Center y File Exchange.

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by