| 查看: 244 | 回复: 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 |
» 猜你喜欢
【2026考研调剂】制药工程 284分 求相关专业调剂名额
已经有7人回复
334分 一志愿武理-080500 材料求调剂
已经有3人回复
0854电子信息求调剂
已经有9人回复
347求调剂
已经有4人回复
0854人工智能方向招收调剂
已经有4人回复
求b区院校调剂
已经有4人回复
材料与化工考研调剂
已经有9人回复
求调剂
已经有3人回复
总分293求调剂
已经有4人回复
284求调剂
已经有15人回复













回复此楼