• Stars
    star
    1
  • Language
    Python
  • Created over 3 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This is a Python code to calcule an integral over the function f(x,y) = 5ysin(x)^2 + 3x^2 + 5y^2 + 5xy using gaussian quadrature as numerical method.