how to write a specific text in matlab

조회 수: 2 (최근 30일)
Mohammed Amin
Mohammed Amin 2023년 6월 1일
댓글: Mohammed Amin 2023년 6월 1일
how to write this on a matlab code

답변 (1개)

John D'Errico
John D'Errico 2023년 6월 1일
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
Mohammed Amin
Mohammed Amin 2023년 6월 1일
How to express it in a mtarix because i am going to express these equations as matrices

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Function Creation에 대해 자세히 알아보기

제품


릴리스

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by