Octave Programming Lesson 16.3 - Integration Functions

Поділитися
Вставка
  • Опубліковано 20 лип 2024
  • The previous video introduced numerical integration, including a couple of built-in OCTAVE functions: TRAPZ and CUMTRAPZ. The topic of this video is a couple of other numerical integration functions available in OCTAVE. These functions may APPEAR to work differently than TRAPZ does, but their fundamental approach is actually very similar. The main difference is that TRAPZ accepts data points as inputs, whereas the functions described in this video CREATE the data points themselves.
    Support us on Patreon: / hvu

КОМЕНТАРІ • 4

  • @ragreenburg
    @ragreenburg Рік тому

    Good stuff! Always nice to get clear, and to the point instructions on how to use these less popular open source softwares.

  • @alekselmech1490
    @alekselmech1490 3 роки тому +5

    Thx man, it's very usefull)

  • @fero807
    @fero807 3 роки тому

    I want to solve integral of differential equation in octave, e.g d^2 x / dt^2 between limits 0 to 10. How can i ?