Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

How can I code these 2 equations?

1 Ansicht (letzte 30 Tage)
Richárd Tóth
Richárd Tóth am 17 Sep. 2019
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
Hello
Is it possible to write these as 1-1 assignment? given.
A is , b is and is . u and l are matrices
lambda.GIF
The problematic part is the sum and the or condition. How should I modify this?
lambda_2k1 = max((b-sum(A*x_c))/A(:,k)) + (u(k) - l(k))/2;
  5 Kommentare
David K.
David K. am 17 Sep. 2019
Yes you do. Also, I think you may want to make sure the sum is summing the elements in the dimension you need them to be. If they are not, use sum( . . . , 2).
Richárd Tóth
Richárd Tóth am 17 Sep. 2019
Yes, summing on each row is needed and omitting the 2 gives different(incorrect) result

Antworten (0)

Diese Frage ist geschlossen.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by