Abstract: Adversarial attacks craft adversarial examples (AEs) to fool convolution neural networks. The mainstream gradient-based attacks, based on first-order optimization methods, encounter ...
The problem of the region of stability of the fourth order-Runge-Kutta method for the solution of systems of differential equations is studied. This region can be characterized by means of linear ...
I am using Moordyn in matlab for rigid body modeling, and I am using a Runge Kutta 4th order time stepping method to calculate the euler equation. I added the Moordyn in the beginning of each time ...
Abstract: This paper analyzes the modification of fourth order Runge-Kutta Method based on Trapezoid approach for calculating a distance of accelerometer sensor. This modification is done to obtain ...
ABSTRACT: In recent times, the derivation of Runge-Kutta methods based on averages other than the arithme-tic mean is on the rise. In this paper, the authors propose a new version of explicit ...
ABSTRACT: In recent times, the derivation of Runge-Kutta methods based on averages other than the arithme-tic mean is on the rise. In this paper, the authors propose a new version of explicit ...
"K_1 = hf(x_n, y_n)\n", "K_2 = hf(x_n+h/2, y_n + k_1/2)\n", "K_3 = hf(x_n+h/2, y_n + k_2/2)\n", "K_4 = hf(x_n+h, y_n + k_3)\n", "y_(n+1) = y_n+k_1/6 +k_2/3 +k_3/3 +k ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results