1
00:00:00,510 --> 00:00:04,770
So I hope that now you understand better the concept of derivatives in Python.

2
00:00:05,160 --> 00:00:08,280
So we have learned about several different methods here.

3
00:00:08,280 --> 00:00:15,000
And for example, the Richardson method gives us a way higher accuracy compared to the forward differences

4
00:00:15,000 --> 00:00:19,410
methods, and we have even discussed why this is the case analytically.

5
00:00:20,870 --> 00:00:26,930
So I hope you like the example or the exercise in the middle of the section where you have calculated

6
00:00:26,930 --> 00:00:31,710
the velocity and the acceleration based on a data set position versus time.

7
00:00:32,390 --> 00:00:37,640
And I hope that you also got the results that the Richardson method is much better than to for what

8
00:00:37,640 --> 00:00:38,600
differences methods.

9
00:00:39,920 --> 00:00:46,190
So then at the end of the section, we discussed multi-dimensional derivatives, so the gradient, the

10
00:00:46,190 --> 00:00:47,900
curl and divergence.

11
00:00:48,680 --> 00:00:55,310
And before we get to an example with these concepts, let's first discuss integrals in the next section.

12
00:00:56,030 --> 00:01:01,520
So at the end of the next section, we will have an example where we will use both concepts integration

13
00:01:01,520 --> 00:01:07,580
and differentiation in multiple dimensions to calculate the magnetic fields of a charged wire.

14
00:01:08,550 --> 00:01:15,260
This may sound like a very simple problem because you know about the results already in high school,

15
00:01:15,830 --> 00:01:18,920
but it's actually very difficult to calculate this magnetic fields.

16
00:01:18,920 --> 00:01:23,000
But with the features and with the tools that we have just learned, we are able to do it.

17
00:01:23,960 --> 00:01:27,620
So I hope you're excited about the next section and let's get started.

