How to change a function from Min(F(x)) to -Max(-F(x))?

528 Views Asked by At

I have not a good knowledge in math field, I am working on multi objective functions, and I have two maximization functions, and one minimize function, where:

  • Max (X,Y) = X+Y
  • Max (L,M) = Sum (LC + MD), where C and D are constants.
  • Min (T)= T*C.

I want to turned the two Max function to Minimize function, how the function will be ?