Skip to content

simple prototype to showcase rose mathematics patterns using p5.js library

Notifications You must be signed in to change notification settings

AbaPro/Rose-Mathematics-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rose-Mathematics-Project

In mathematics, a rose or rhodonea curve is a sinusoid specified by either the cosine or sine functions with no phase angle that is plotted in polar coordinates. Rose curves or "rhodonea" were named by the Italian mathematician who studied them, Guido Grandi, between the years 1723 and 1728.

A rose is the set of points in polar coordinates specified by the polar equation

r = a * cos( k * theta)

for various rational numbered values of the angular frequency

k=n/d.

or in Cartesian coordinates using the parametric equations

x = r * cos( theta )
y = r * sin( theta )

you can change the n and d values to get different patterns

This is an image

Try it Now

https://abapro.github.io/Rose-Mathematics-Project/

About

simple prototype to showcase rose mathematics patterns using p5.js library

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published