how to write a specific text in matlab
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
how to write this on a matlab code
0 Commenti
Risposte (1)
John D'Errico
il 1 Giu 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.
Vedere anche
Categorie
Scopri di più su Startup and Shutdown in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!