/MPKC-s_and_Multivariate_Polynomials

In this repo I study multivariate polynomials over finite fields, not only through formal means but also computationally using the c language and openGL. The use of OpenGL is th fact that we will simulate a multvariate finite field of polynomials.

Primary LanguageCGNU General Public License v3.0GPL-3.0

MPKC-s_and_Multivariate_Polynomials

In this repo I study multivariate polynomials over finite fields, not only through formal means but also computationally using the c language and openGL. The use of OpenGL is th fact that we will simulate a multvariate finite field of polynomials.

compile with gcc Arista.c fractalCurves.c Hilbert.c MainOpenGL.c Matrix.c polinomios.c Tree.c turtle.c vector.c -lGL -lGLU -lglut -lm