zhangrf

10 Reputation

One Badge

4 years, 108 days

MaplePrimes Activity


These are replies submitted by zhangrf

@Axel Vogt 

if u=u(x) is ok,

but u=u(x,y) Maple can't work.

 

 

restart;

alias(u = u(x));

int(diff(u, x)*diff(u, x) + diff(u, x, x)*u, x);

 

 

restart;

alias(u = u(x, y));

int(diff(u, x)*diff(u, x) + diff(u, x, x)*u, x);

Page 1 of 1