Skip to content
Snippets Groups Projects
Commit de28d99a authored by Michael Wimmer's avatar Michael Wimmer
Browse files

Make sure youtube videos end with recommendations from own channel.

parent c56c6fde
No related branches found
No related tags found
No related merge requests found
Pipeline #43181 passed
......@@ -98,7 +98,7 @@ by the two numbers.
## Complex functions
<iframe width="100%" height=315 src="https://www.youtube-nocookie.com/embed/7XtR_wDSqRc" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="100%" height=315 src="https://www.youtube-nocookie.com/embed/7XtR_wDSqRc?rel=0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
Real functions can (most of the times) be written in terms of a Taylor series:
......@@ -194,7 +194,7 @@ We see that during multiplication, the norm of the new number is the *product* o
## Differentiation and integration
<iframe width="100%" height=315 src="https://www.youtube-nocookie.com/embed/JyftSqmmVdU" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="100%" height=315 src="https://www.youtube-nocookie.com/embed/JyftSqmmVdU?rel=0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
We only consider differentiation and integration over *real* variables. We can then regard the complex ${\rm i}$ as another constant, and use our usual differentiation and integration rules:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment