how to write a specific text in matlab

2 visualizaciones (últimos 30 días)
Mohammed Amin
Mohammed Amin el 1 de Jun. de 2023
Comentada: Mohammed Amin el 1 de Jun. de 2023
how to write this on a matlab code

Respuestas (1)

John D'Errico
John D'Errico el 1 de Jun. de 2023
L appears there as a function ONLY as the inverse of L. As such, it is just a name. We could call it something else, and nothing bad would happen. So define a new function. Call it K. Now, replace L^-1 everywhere with the new function K.
Solve the problem. When you have determined K, you now also know L^-1, and in theory, you could compute L.
  1 comentario
Mohammed Amin
Mohammed Amin el 1 de Jun. de 2023
How to express it in a mtarix because i am going to express these equations as matrices

Iniciar sesión para comentar.

Categorías

Más información sobre Function Creation en Help Center y File Exchange.

Productos


Versión

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by