Author Topic: dumb math question  (Read 767 times)



I want to make a function (y = x ...) that gives me this graph how the forget do I

Thats not even a function
It has multiple Y values on a single X value

i would probably do that via piecewise functions

single functions i actually don't know

i would probably do that via piecewise functions

single functions i actually don't know

oh well if that works then yes

piecewise functions. i don't have time to solve

idk im guessing not piece wise since this is recursive, and i dont think piecewise takes recursiveness into consideration, just bounds

probably something like
y = 1/floor(1/x) idk its not really cause it doesnt work for .75 or anything

looks like it really needs a floor op in there somewhere though

maybe uh
for n = 1 to n = infinity where n is int
x=y= 1-(1/(2^n))

make that into a piecewise function and that should do it. above function gives the points where the function jumps a level

« Last Edit: September 22, 2016, 03:20:55 PM by Conan »

y=x=z but turn off anti-aliasing

y=x=z but turn off anti-aliasing
this man is correct. i didn't see the part in parenthesis

theres a box.
I put $20 in the box, and you put $20 in the box.
I sell you the box for $30.
we both make a $10 profit.
Infinite. Money.

theres a box.
I put $20 in the box, and you put $20 in the box.
I sell you the box for $30.
we both make a $10 profit.
Infinite. Money.

That's a complicated way to make your friend give you $10

Use Conan's "x=y= 1-(1/(2^n))" and make it a parametric equation with steps of 1 and a stairstep line fill.
Result:
« Last Edit: September 22, 2016, 05:34:30 PM by ZSNO »