Skip to content

AndrePinheiroPT/FourierSeriesJavascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fourier Series JavaScript - v1.0.0

Introdution

This project has the goal of draw things using a mathematic tool called Complex Fourier Series by JavaScript. The program is easy and simple to use.

How it works?

The heart of the program is based on this formula. With it, we can define the coefficients of all circles and make possible draw just using the sum of all circles.

FourierFormula

To calculate the integral, an approximation is used so that it is possible to define the coefficients.

FourierAproximation

Do you have some issue?

If you find a bug or something like that, create an issue for help us to solve :)