| 查看: 245 | 回复: 0 | |||
[交流]
【求助】maple计算过程的问题
|
|
> eq1 := diff(u(x, t), `$`(t, 2))-(diff(u(x, t), `$`(x, 2)))+alpha*u(x, y)-beta*u(x, y)^3 = 0; print(`output redirected...`); # input placeholder / d / d \\ / d / d \\ 3 |--- |--- u(x, t)|| - |--- |--- u(x, t)|| + alpha u(x, y) - beta u(x, y) = 0 \ dt \ dt // \ dx \ dx // > eq2 := algsubs(u(x, t) = phi(xi)*exp(i*(k2*x+`ϖ2`*t)), eq1); print(`output redirected...`); # input placeholder 2 2 phi(xi) i ϖ2 exp(i (k2 x + ϖ2 t)) 2 2 3 - phi(xi) i k2 exp(i (k2 x + ϖ2 t)) + alpha u(x, y) - beta u(x, y) = 0 > eq3 := algsubs(xi = k1*x+omega1*t, eq2); print(`output redirected...`); # input placeholder eq2 > collect(eq3, [diff(phi(xi), `$`(xi, 2)), diff(phi(xi), xi), phi(xi), phi(xi)^3], eq3); print(`output redirected...`); # input placeholder eq2(eq2) > 本应做两次变换,u(x, t) = phi(xi)*exp(i*(k2*x+`ϖ2`*t)),xi = k1*x+omega1*t,怎样化简eq1呢?多谢1 |
» 猜你喜欢
308求调剂
已经有3人回复
求b区院校调剂
已经有5人回复
0854AI CV方向招收调剂
已经有4人回复
296求调剂
已经有7人回复
302求调剂
已经有4人回复
086000生物与医药292求调剂
已经有5人回复
北科281学硕材料求调剂
已经有14人回复
材料与化工 322求调剂
已经有5人回复
333求调剂
已经有11人回复
材料专硕 335 分求调剂
已经有3人回复













回复此楼