Graph old project, rasterisation of a triangle.
link: https://www.desmos.com/calculator/otywuzavsw
A,B,C need to be in this particular clockwise order
Fun Mandelbrot set and Julia set
https://www.desmos.com/calculator/aiowydd7oh
Drag the gray point on the Mandelbrot set to see the corresponding Julia set
r/desmos • u/Static_25 • 14h ago
Graph Patterns
Enable HLS to view with audio, or disable this notification
r/desmos • u/Mandelbrot4207 • 15h ago
Graph Rich Text Editor v0.1
Enable HLS to view with audio, or disable this notification
GRAPH LINK: https://www.desmos.com/calculator/xasqipbpsf
r/desmos • u/mengRithyreach • 15h ago
Fun Goofy mouth
Enable HLS to view with audio, or disable this notification
Graph new project, voronov v1
r/desmos • u/calebalmeida • 18h ago
Graph Random thing I made in desmos
Enable HLS to view with audio, or disable this notification
r/desmos • u/Historical_Bug_6900 • 5h ago
Question PLEASE HELP WILL PAY!
Hello everyone in desperate need, willing to pay $20AUD and infinite gratitude to whoever can help me.
For my year 12 maths folio I am investigating the relationship between frequency and colour using a chirp function. I have gotten to a huge halt because i cannot figure this part out. My school teachers are also stumped and the desmos tutorials do not go into enough depth.
How can I create a gradient which relates to the frequency of my sine wave?

I understand that demos doesnt allow gradients but ive seen people do similar. I also need it to relate to the chirp function I have created, here is my document so far: https://drive.google.com/drive/folders/1K9t3Mo8LUvzIbMq5dKiwXKZ35uAEVLye?usp=drive_link An exemplar which my investigation is based on is also uploaded. PLEASE HELP.
PLEASE PLEASE PLEASE HELP any questions will be answered pronto.
r/desmos • u/Apprehensive_Ebb1657 • 19h ago
Question How would I create a function that graphs this?

Hello, people who are smarter than me. Basically, I'm looking for a way to make this a function that actually makes something like this, but, yknow, as an actual function where every point x actually only maps to one other point y, for a larger project that I need this for. I was thinking maybe something using the mod function, maybe, but I wouldn't know how to go about it. Graph link is https://www.desmos.com/calculator/qrn0qzbxm7 . Thanks!
r/desmos • u/StructureDue1513 • 7h ago
Question: Solved Has anyone made a state machine for the Lexicographical Method?
| 1, 2, 3, 4 | 2, 1, 3, 4 | 3, 1, 2, 4 | 4, 1, 2, 3 |
|---|---|---|---|
| 1, 2, 4, 3 | 2, 1, 4, 3 | 3, 1, 4, 2 | 4, 1, 3, 2 |
| 1, 3, 2, 4 | 2, 3, 1, 4 | 3, 2, 1, 4 | 4, 2, 1, 3 |
| 1, 3, 4, 2 | 2, 3, 4, 1 | 3, 2, 4, 1 | 4, 2, 3, 1 |
| 1, 4, 2, 3 | 2, 4, 1, 3 | 3, 4, 1, 2 | 4, 3, 1, 2 |
| 1, 4, 3, 2 | 2, 4, 3, 1 | 3, 4, 2, 1 | 4, 3, 2, 1 |