You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://gitter.im/JuliaApproximation/ApproxFun.jl?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
9
9
10
10
11
11
12
12
ApproxFun is a package for approximating functions. It is in a similar vein to the Matlab
13
-
package [`Chebfun`](http://www.chebfun.org) and the Mathematica package [`RHPackage`](https://github.com/dlfivefifty/RHPackage).
13
+
package [`Chebfun`](http://www.chebfun.org) and the Mathematica package [`RHPackage`](https://github.com/dlfivefifty/RHPackage).
14
14
15
15
The [`ApproxFun Documentation`](https://JuliaApproximation.github.io/ApproxFun.jl/latest) contains detailed information, or read on for a brief overview of the package.
16
16
@@ -197,7 +197,7 @@ d = ChebyshevInterval()^2 # Defines a rectangle
197
197
Δ =Laplacian(d) # Represent the Laplacian
198
198
f =ones(∂(d)) # one at the boundary
199
199
u =\([Dirichlet(d); Δ+100I], [f;0.]; # Solve the PDE
0 commit comments