Recent content by BMY61

  1. B

    Understanding the Simplification of Binomial Coefficients

    Here is the problem i am having trouble: Expressing the binomial coefficients in terms of factorials and simplifying algebraically show that (n over r) = (n-2+1)/r (n over r-1) i got that equals ((n-r+1)/r) ((n!)/((r-1)!(n-(r-1))!)) but i am trying to get that to equal n!/r!(n-r)! which...
  2. B

    How to Implement a Custom Max Function in MATLAB?

    Homework Statement Consider how you would pick the maximum value from a list (vector) of values. You take the 1st value in the vector and compare the next value to it. If the next value is larger, then select the next value as the max. You would continue like that moving on to the next...
Back
Top