How to: Numerical Derivative in Python

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ก.พ. 2025

ความคิดเห็น • 8

  • @adilmajeed8439
    @adilmajeed8439 4 ปีที่แล้ว +6

    Awesome, it would be really cool if you can show the same with the help and paper and then use the numerical computation around it. Looking forward for these kind of videos on regular basis... Appreciate all your efforts

  • @dhammapaal
    @dhammapaal ปีที่แล้ว

    Simple but outstanding. Deep gratitude! Thank you.

  • @joaocarlosbredadossantos9720
    @joaocarlosbredadossantos9720 2 ปีที่แล้ว

    Awesome explanation mate ! great work !

  • @brendanhall6644
    @brendanhall6644 3 ปีที่แล้ว

    Brilliant video, very well explained! Thanks for posting :)

  • @sandrofilho7798
    @sandrofilho7798 9 หลายเดือนก่อน

    perfect video, thanks!

  • @juanagustingonzalez9148
    @juanagustingonzalez9148 11 หลายเดือนก่อน

    Great man, but i want something. Im trying to make a code with a table of the function f and its derivative valuated but i dont know how to print without any error

  • @RoronoaZoro-td9jj
    @RoronoaZoro-td9jj 8 หลายเดือนก่อน

    With this method, that is np.diff(y) / np.diff(x) will compute the gradient of the data points but the derivative will have one less data point, what can be done about that?

  • @blewblew3555
    @blewblew3555 3 ปีที่แล้ว

    How to inputs a polynomial in standard algebraic notation and outputs
    the first derivative of that polynomial? (python)
    If both the inputted polynomial and its derivative
    should be represented as strings.