how to write a specific text in matlab

2 次查看(过去 30 天)
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