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!