MATLAB Code of the Two Phase Method of LPP

Поділитися
Вставка
  • Опубліковано 5 січ 2025

КОМЕНТАРІ • 17

  • @AlexandreDuarteWashington
    @AlexandreDuarteWashington Рік тому

    Dear Dr. Garg, an excellent explanation, that for sure helps many people. Thx a lot for sharing this.

  • @alinik553
    @alinik553 2 роки тому +1

    hi, thankyou film. code eror [BFS,A]=simp(A,BV,cost,variables);Undefined function or variable 'simp'.
    Can you help me fix this error? Thank you

  • @navasalazarsebastian357
    @navasalazarsebastian357 3 роки тому +2

    Hey man thanks for making this video! Is there any chance you could share with me the whole code?

  • @utsavmajumdar2747
    @utsavmajumdar2747 2 роки тому

    9:50 Is it possible to have unbounded solution in Phase 1? What does that even mean? I thought unboundedness is only possible in Phase 2

    • @DrHarishGarg
      @DrHarishGarg  2 роки тому +1

      Phase 1 is for only to check WHETHER GIVEN LPP HAS FEASIBLE SOLUTION OR NOT.... For optimal /bounded/unbounded/alternate etc solution , we use Phase 2...

    • @utsavmajumdar2747
      @utsavmajumdar2747 2 роки тому

      Thanks. Is there any way to handle degeneracy in the code by using Bland's rule or lexicographic rule?

  • @shaileshsrivastava3579
    @shaileshsrivastava3579 4 роки тому

    Thank you Harish Sir....

  • @Nurowskynur
    @Nurowskynur 3 роки тому +1

    sir can you share the entire code once

  • @atanusarkar4680
    @atanusarkar4680 3 роки тому

    Sir please solve this, I am doing Phd in computer application from techno India university,
    matlab code for Max.z = 10x1+4x2-2x1^2-3x2^2, subject to 2x1+x20

  • @darshnagarg5691
    @darshnagarg5691 4 роки тому

    Nice

  • @lioneldynasty
    @lioneldynasty 2 роки тому

    This code only works for minimization... not for maximization

  • @kunalarora5871
    @kunalarora5871 Рік тому +2

    I regret to inform you that I found the explanation provided in this video to be extremely poor. As a student seeking to deepen my understanding of the topic, I was disappointed with the lack of clarity and coherence in the teacher's instruction. It is my professional opinion that the teacher may benefit from further training in effective teaching techniques, as it appears that they do not possess the necessary skills to communicate the subject matter effectively.

  • @hiihoiiandekafunda4148
    @hiihoiiandekafunda4148 2 роки тому +2

    with all respect sir , i will request you learn how to teach just copying and pasting will not help watch from 15.15 seconds see what you have did

    • @DrHarishGarg
      @DrHarishGarg  2 роки тому

      You should firstly watch the Matlab code of Simplex method... It is explained in detail.... and in this two-phase .... it is the similarity of previous explanation.. Thats why it is write like this...