how to write a specific text in matlab
조회 수: 1 (최근 30일)
이전 댓글 표시
how to write this on a matlab code
댓글 수: 0
답변 (1개)
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.
참고 항목
카테고리
Help Center 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!