i have two equations;i.g eq1 and eq2. i want to factor psi(x,t) in eq2 using linear differential operators and substitute it in equation 1. could anyone help?
> |
eq1:=E*D(II)(x)*D[1](psi)(x,t)+E*II(x)*(D[1]@@2)(psi)(x,t)-G*A(x)*psi(x,t)+G*A(x)*D[1](v)(x,t)
|
)(x, t)+E*II(x)*(D[1, 1](psi))(x, t)-G*A(x)*psi(x, t)+G*A(x)*(D[1](v))(x, t)](/view.aspx?sf=232760_question/e3104cc8a1f162b6106bf905a8cf5be1.gif)
|
(1) |

|
(2) |
> |
eq2:=-(G*D[1](A)(x)*psi(x,t)+G*A(x)*D[1](psi)(x,t))+(G*D[1](A)(x)*v(x,t))+G*A(x)*(D[1]@@2)(v)(x,t)-m(x)/G*D[2](v)(x,t)
|
)(x, t)+G*(D(A))(x)*v(x, t)+G*A(x)*(D[1, 1](v))(x, t)-m(x)*(D[2](v))(x, t)/G](/view.aspx?sf=232760_question/4f65ded59b31493301e90d99e0216a9e.gif)
|
(3) |

|
(4) |
> |
isolate(convert(eq2,diff),psi)
|

|
(5) |
> |
eval(eq1,psi(x,t)=rhs((isolate(eq2,psi))(x,t))):convert(%,diff)
|

|
(6) |
|
Download Dd.mw