There are 1 repository under vector-calculus topic.
Utilities for doing calculations in continuum mechanics.
A numerical package that deals with scientific computing and mathematical analysis of discretizations and iterative processes
This repository hosts the project of developing Calculus content with a computer (Python) friendly approach and integrated to other media, like youtube. My purpose is to introduce the content through shorter videos and to encourage the exploration of the concepts of calculus with Python.
Differential_Calculus-Integral_Calculus_Vectorial_Calculus_Portfolio_RubenGavidia0x.py
MATLAB supplements for various mathematic problems
My personal notes for learning math
Visual representation of scalar and vector fields using Numpy's contour and quiver functions. Comparison of vector field computed using Numpy's gradient function with the same vector field plotted using analytically deduced expressions for the gradient. Wrote a program for plotting vector field arrows originating only from contour lines.
This repository contains all the quizzes and assignments required to complete all 3 courses of the Mathematics for Machine Learning Specialization on Coursera
This repository contains codes written related to teaching demonstrations to supplement lectures.
Implementation ML algorithem in Numpy with derivation
A WebGL canvas that illustrates two vectors (input by user). Operations applicable to the vectors include Add, Subtract, Multiply, Divide, Magnitude, Normalize, Area Between, and Area.