Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jlchan committed Jan 3, 2024
2 parents 096d306 + 97e9f79 commit d0a317a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Nodal differentiation matrices `Dr` and `Ds` can be computed via
```julia
julia> using NodesAndModes
julia> N = 2
julia> r,s = nodes(Tri(), N)
julia> r, s = nodes(Tri(), N)
julia> V, Vr, Vs = basis(Tri(), N, r, s)
julia> Dr, Ds = (A -> A/V).((Vr, Vs))
```
Expand Down

0 comments on commit d0a317a

Please sign in to comment.