In python I have a matrix and I need to have that same matrix returned to me, except I have a rule, if there are elements in that matrix that are <0 I multiply their individual values by a constant. I am not sure how to go about doing this though.In python I have a matrix and I need to have th