Closed ChrisRackauckas closed 7 years ago
Should do something like:
using ApproxFun S=Chebyshev() B=dirichlet(S) C=eye(S)[3:end,:] f=Fun(exp,S) u=[B;C]\[0.;0.;f]
The snippit of code now works in ApproxFun development branch
Should do something like: