A Gentle Introduction To Vector Valued Functions
Vector valued functions are often encountered in machine learning, computer graphics and computer vision algorithms. They are particularly useful for defining the parametric equations of space curves. It is important to gain a basic understanding of vector valued functions to grasp more complex concepts.
In this tutorial, you will discover what vector valued functions are, how to define them and some examples.
After completing this tutorial, you will know:
- Definition of vector valued functions
- Derivatives of vector valued functions
Let’s get started.