Skip to content Skip to sidebar Skip to footer
Showing posts with the label Differentiation

Pendulum Simulation In Python Using Odeint() Not Quite Working As A Pendulum

I have built a pendulum simulation using fourth order Runge-Kutta differentiation where everything … Read more Pendulum Simulation In Python Using Odeint() Not Quite Working As A Pendulum

Function Gradients With Gather Operations In Tensorflow

I am trying to write a complicated computational graph using tensorflow and compute symbolic gradie… Read more Function Gradients With Gather Operations In Tensorflow

Calculating The Coefficients Of A Differentiated Polynomial Using Re.compile And Searching In Python

Testing the polynomial '2x^3+4x^2+8x-16' my code below outputs [6, 8] as the coefficients o… Read more Calculating The Coefficients Of A Differentiated Polynomial Using Re.compile And Searching In Python