Discrete Caluclus 3: Integration and Trapezoidal Rule

Поділитися
Вставка
  • Опубліковано 27 вер 2024

КОМЕНТАРІ • 5

  • @davidsvarrer8942
    @davidsvarrer8942 2 роки тому

    You are a master in explaining and exemplifying complex matters. Thanks for your kind spending lots of time to make these 20 minutes of very illustrative work on discrete integration.

  • @tylermethot5254
    @tylermethot5254 4 роки тому +1

    I am seeing this content in my computational physics course and it is really great to have an overview from a different perspective! Thank you so much and I'm looking forward to future videos like this!

  • @jjohnpaul9539
    @jjohnpaul9539 4 роки тому

    what python complier do you use .

  • @brandonberisford
    @brandonberisford 4 роки тому

    I didn't quite understand what the whole lambda stuff was...I got lost there... :/

    • @GregWintherArtist
      @GregWintherArtist  4 роки тому

      lambda statements are used to create what is known as an anonymous function. Here I use them to define a function on one line. This was apparently a very stupid thing to do because it is not particularly pedagogical. See how lambda functions compare to regular functions here, for instance: realpython.com/python-lambda/#first-example