Cresta

0 Reputation

2 Badges

14 years, 96 days

MaplePrimes Activity


These are questions asked by Cresta

> restart;
> with(DifferentialGeometry):with(LinearAlgebra):with(JetCalculus):with(Tools):with(PDEtools): with(DEtools):
>
> declare(u(x(t),y(t),t),v(x(t),y(t),t));

u(x(t), y(t), t) will now be displayed as u


x(t) will now be displayed as x


y(t) will now be displayed as y


v(x(t), y(t), t) will now be displayed as v

> PDE_sys:={diff(u(x,y,t...
Page 1 of 1