tasks a-s
This commit is contained in:
parent
47bf37c096
commit
b83f433714
12433 changed files with 156208 additions and 123 deletions
5
Task/Price-fraction/Mathematica/price-fraction.math
Normal file
5
Task/Price-fraction/Mathematica/price-fraction.math
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
PriceFraction[x_]:=Piecewise[{{.1, 0 <= x < 0.06}, {.18, x < .11}, {.26,x < 0.16},
|
||||
{.32, x < .21}, {.38, x < .26}, {.44, x < 0.31}, {.5, x < .36},
|
||||
{.54, x < .41}, {.58, x < .46}, {.62, x < .51}, {.66, x < .56},
|
||||
{.70, x < .61}, {.74, x < .66}, {.78, x < .71}, {.82, x < .76},
|
||||
{.86, x < .81}, {.90, x < .86}, {.94, x < .91}, {.98, x < .96}}, 1]
|
||||
Loading…
Add table
Add a link
Reference in a new issue