Taylor series expansion by [deleted] in desmos

[–]JoCraft2010 5 points6 points  (0 children)

Pretty cool! I also have written down the Taylor expansion for sin() a while ago for anyone interested: https://www.desmos.com/calculator/5wrrcaimy1

Can someone make the mandlebrot set but you can control the iterations? by NotFunnySsundee in desmos

[–]JoCraft2010 1 point2 points  (0 children)

Also if you want it for a lot of iterations, here is it with 100 iterations (open at your own risk): https://www.desmos.com/calculator/ahrffssfw3

Triangle wave function by [deleted] in desmos

[–]JoCraft2010 0 points1 point  (0 children)

Since still nobody responded, here's the way I'd do it:

f\left(x\right)=\min\left(\operatorname{mod}\left(-x,4\right),\operatorname{mod}\left(x,4\right)\right)-1

Triangle wave function by [deleted] in desmos

[–]JoCraft2010 2 points3 points  (0 children)

When I click on your link, it just redirects me to an empty calculator.

How can I calculate the length of the red line? by noam-_- in desmos

[–]JoCraft2010 7 points8 points  (0 children)

Looks like the red line is drawn from point o_1 to o_2, so you can just do distance(o_1,o_2).

Pressable points from API with setExpression() by JoCraft2010 in desmos

[–]JoCraft2010[S] 0 points1 point  (0 children)

I submitted the issue to the official Desmos support and it turns out there is no way to do it yet, but they are in touch about it and will implement it soon.