(* Demand Compatible and Ramsey Pricing *) < 0]; svp = {1, 1, 1} Do[svp = FP[svp]; Print[svp], {5}] FixedPoint[FP, {1, 1, 1}] costfunction7 = CESCostFunction[{1, 1, 1, 1}, {2, 2, 2, 2}, 3] FP[z_] := AumannShapleyPrice[Demands[z, demandsystem2], costfunction7] /. x_ /; x < 0 -> 0; svp = {1, 1, 1, 1} Do[asp = FP[asp]; Print[asp], {5}] FixedPoint[FP, {1, 1, 1, 1}]