User Portlet User Portlet

Discussions
Solved the problem of one-dimensional oscillations by the finite element method and wrote the following code for the numerical solution of differential equations. s = NDSolve[{MM . y''[x] + MK . y[x] == pnull, y[0] == ynol,y'[0] ==...