How can I solve a system?
u := c1*BesselK(0, alpha1*r) + c2*BesselI(0, alpha1*r) + c3*BesselK(0, alpha2*r) + c4*BesselI(0, alpha2*r) - A1*k^2*(k^2 - (-alpha^2*j*s + 4*c*s)/c)*BesselK(0, k*r)/((-alpha1^2 + k^2)*(-alpha2^2 +...
View Articlesolve linear system
Dear allI have a linear system with four equations, I used solve to get the result but unfortunately nothing returnedlinear_system.mwThank youÂ
View ArticleSolving Schrodinger equation
I am trying to solve the Schrodinger equation:-y''(x) = (E-V(x))*y(x),where the potential V(x) is not known in quadratures. The potential V(x) comes from numerical solution of ODE, and is known only a...
View ArticleSystem of 4 non-linear equations, fsolve
Hi, Im trying to solve a system of 4 non-linear equations using the fsolve function. When i compute the command i seemingly dont get an answer to the system. Maple only prompts the command itself, can...
View Article