Solving Linear Programming Problems Using Microsoft Excel (Modified)

Поделиться
HTML-код
  • Опубликовано: 30 сен 2024

Комментарии • 21

  • @bounce1k
    @bounce1k 8 лет назад +2

    Thank you so much for working through this with me. I was having so much difficulties and this made it easy to follow, step by step, and understand how to input all values :) BIG THUMBS UP!

  • @danielledegutz5800
    @danielledegutz5800 6 лет назад +2

    Thank you, this was very helpful

  • @vimalathomas5339
    @vimalathomas5339 3 года назад

    how to solve if multiple objective cells are coming

  • @kssuriya8263
    @kssuriya8263 4 года назад

    Can u post this problem excel file

  • @FPrimeHD1618
    @FPrimeHD1618 8 лет назад +1

    Really enjoyed the video. Straight to the point. The only thing I would recommend is not using the magnifying bubble around the cursor.

  • @pramodnishant1
    @pramodnishant1 8 лет назад +2

    Saved my life. Thanks a lot.

  • @tomhernandez7394
    @tomhernandez7394 7 лет назад +1

    why do yo make it so complicated? Can you just do a simple one without matrices?

  • @ashishkambli6316
    @ashishkambli6316 7 лет назад +1

    Is there anyway to solve problems on goal programming using excel?

  • @barbaraneel7256
    @barbaraneel7256 7 лет назад +1

    I have a constraint that only uses 2 out of the 4 variables. When I add this constraint to the solver I get an error message that states cell reference box is empty or contents are not valid.

    • @DrSalimian
      @DrSalimian  7 лет назад

      there should not be any problem unless your A matrix is not full rank... let me see what the problem is ... please post it here in the comments

  • @MRaedAlLulu
    @MRaedAlLulu 4 года назад +1

    Good video, thank you, Dr. Salimian

  • @austinhawks2678
    @austinhawks2678 6 лет назад +1

    Thank you somuch!!! You have the best way to do this online!

  • @IamJuniorMusic
    @IamJuniorMusic 8 лет назад +1

    how would you put a constraint such as "X1 + x2 >= 0.6(X1 + X2 +X3 + X4 +X5)" in this model? would i put all variables on one side?

    • @DrSalimian
      @DrSalimian  8 лет назад +1

      you need to simplify it first so all variable are at the left hand side and all constants at the right hand side. In your case:
      X1 + x2 >= 0.6(X1 + X2 +X3 + X4 +X5)
      X1 - 0.6X1 + X2 - 0.6X2 - 0.6X3 -0.6X4 >=0
      0.4X1 + 0.4X2 - 0.6X3 -0.6X4 >=0
      I even multiply them by 10
      4X1 + 4X2 - 6X3 - 6X4 >=0
      and multiply them by 1/2
      2X1 + 2X2 - 3X3 - 3X4 >=0
      and that is what I will use.

    • @IamJuniorMusic
      @IamJuniorMusic 8 лет назад +1

      DrSalimian thanks so much!

  • @Chimi_Chonga_Supreme
    @Chimi_Chonga_Supreme 3 года назад

    Very good explanation. Your voice is soothing and it was easy for me to follow.

  • @knowledgefromRP
    @knowledgefromRP 6 лет назад

    thnq sooooo much sir

  • @pkphd
    @pkphd 4 года назад

    In the title it is mentioned as linear programming but while getting the answer by using solver there you have not used simplex algorithm. And these values are not integer solutions.

  • @abdulhameedowolabi4415
    @abdulhameedowolabi4415 7 лет назад +1

    Thanks to you Dr.

  • @youtiaonamei4413
    @youtiaonamei4413 7 лет назад +1

    Thanks a lot!!

  • @sharksatbay1
    @sharksatbay1 8 лет назад +1

    Great explanation!