Thank you!! Your explanation made it so much simpler for me to grasp
@AyaAya-fh2wx Жыл бұрын
Many thanks for your work!!! Great video
@bachircherafeddinebenhacin41253 жыл бұрын
Thank you for the video, very well explained !!. Could you Please do an example of how to approximate the solution of a nonlinear Differential Equation using 2nd order polynomials (or using any given order of accuracy)?
dx/dt=x would already be linear so there would be no need to do this correct?
@apm4 жыл бұрын
Yes, it is already linear. Sometimes it is good to go through this process to get the model into "deviation variable" form.
@AJ-et3vf2 жыл бұрын
Great video sir! Thank you!
@meghnagoyal2244 жыл бұрын
Hi, thanks for the video. I did not understand why f(x) is written as f(xo) + df/dx [the first step basically, where this value is plugged into the first equation dx/dt = f(x).
@apm4 жыл бұрын
It is the first term of a Taylor series approximation of the right hand side of the equation. Here is additional info: apmonitor.com/pdc/index.php/Main/ModelLinearization
@mariahanif96644 жыл бұрын
how we linearized non linear partial differential equation
@apm4 жыл бұрын
Here is a general method that can also be applied to PDEs: apmonitor.com/pdc/index.php/Main/ModelLinearization
@Meloman00015 жыл бұрын
Well explained. Thank you.
@gilpeleg23165 жыл бұрын
Thank you very much, very well explained
@samardeepsinghsarna80915 жыл бұрын
What exactly is z storing, why is it a 2x2 matrix? How are dimensions of x1 x2 related to z?
@apm5 жыл бұрын
The variable z at 18:10 is a vector (1 dimension length 2, not 2x2). The function needs a vector of state values of the model as a list. There are additional tutorials on integrating systems of differential equations at apmonitor.com/pdc/index.php/Main/SolveDifferentialEquations Please see Problems 3 and 4.
@fatmas19963 жыл бұрын
Thanks so much for your explanation ..
@abidalrk44325 жыл бұрын
You forgot to mention that the linearized equation is in the neighborhood of x0
@apm5 жыл бұрын
Thanks for the additional comment. You are correct.
@samardeepsinghsarna80915 жыл бұрын
Dimension of x1 and x2 is equal to z or equal to t?
@apm5 жыл бұрын
At 18:25 all of the x1, x2, and t are scalar values. After the solution is returned, you can parse out the individual solutions as column vectors. They will have the same length as the time points that you requested from ODEINT.
@samardeepsinghsarna80915 жыл бұрын
@@apm Thanks. and what about z. How does it become 2x2 dimensional and what are the 2 rows representing?
@rrc5 жыл бұрын
@@samardeepsinghsarna8091, here is help with ODEINT apmonitor.com/pdc/index.php/Main/SolveDifferentialEquations please see example 4 for a similar looping function to integrate the differential equations
@naturalselection4645 Жыл бұрын
Awesome 😎
@cool20guitar5 жыл бұрын
Thanks a lot!!!
@jarrydnii99932 жыл бұрын
Awesome man! Thanks
@kanyetaernest95403 жыл бұрын
Thanks loads
@johnkurtanidze32844 жыл бұрын
This is a multivariable equation example you showed, not a diff eq smh
@apm4 жыл бұрын
You are correct that it is multivariate. The differential is on the left side of the equation. See apmonitor.com/pdc/index.php/Main/ModelLinearization for more info.
@johnkurtanidze32844 жыл бұрын
@@apm Yeah I've been on that website before. It's just as wrong as your video.