15 Understanding different types of constants (e):
Understanding different types of constants (e):
1. The last example of a constant we will briefly discuss, is e (Euler’s number), used often in all sorts of math, is special
because when you differentiate e^x, you get back e^x.
2. This means that the slope of the curve (y = e^x) at any point (x) is always equal to the value of (e^x) at that point. In
MATLAB, you can use Euler’s number by typing ‘e^1’, and it gives you the value of e.”