Recent content by nikki__10234

  1. N

    Linear Programming Problem Setup

    Would it work to write the constraints as follows instead of saying Z<Zi. This way you are telling the program to choose the maximum values of x that lead to the minimum Z. Z ≤ c11x1+...+c1nxn Z ≤ c21x1+...+c2nxn ... Z ≤ cq1x1+...+cqnxn
  2. N

    Linear Programming Problem Setup

    We were given this problem in a Linear Programming class and asked to define the constraints. Homework Statement max Z = max (xεS) {min {Z1, Z2...Zq}} where Zi=C1ix1 + C2ix2+...+Cnixn Homework Equations Constraints need to be defined to set up the problem. The Attempt at a...
  3. N

    Differential Equations and Circuits

    So, I'm learning how to solve LR, RC, LC etc. types of circuits using differential equations. I understand how to do the math with differential equations, but I am confused as to why the variables are split in the way they are. For example, for an LR circuit you have the equation...
Back
Top