matlab code for 3x3 matrix determinant

14 visualizaciones (últimos 30 días)
bestoff jon
bestoff jon el 11 de En. de 2020
Comentada: Image Analyst el 19 de En. de 2020
dears;
would u help me in writing matlab code used to calculate 3x3 matrix determinant or more?
  1 comentario
Vladimir Sovkov
Vladimir Sovkov el 11 de En. de 2020
In which way the inbuilt function det does not suit you, that you want to write your own code?

Iniciar sesión para comentar.

Respuestas (1)

KALYAN ACHARJYA
KALYAN ACHARJYA el 11 de En. de 2020
Editada: KALYAN ACHARJYA el 11 de En. de 2020
det(matrix)
Here det
  3 comentarios
KALYAN ACHARJYA
KALYAN ACHARJYA el 11 de En. de 2020
Are you looking for own code, not inbuilt (Which is not mentioned in the question)?
Image Analyst
Image Analyst el 19 de En. de 2020
Maybe you just need to assign it to an output:
result = det(yourMatrix);
That is perfectly valid code, assuming you have a matrix called "yourMatrix". If you don't then simply use your variable's name instead.
If that is no good, say why not. Perhaps something like "My homework is to write a determinant-finding function, but I'd like you to do it so I can turn in your work as my own."

Iniciar sesión para comentar.

Categorías

Más información sobre Linear Algebra en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by