Skip to content

Commit 4ace96c

Browse files
committed
bugfix
1 parent 698075d commit 4ace96c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

vignettes/weyl.Rmd

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,7 @@ systems' results for $\partial^2x\partial x^2$:
131131
`Out[1] := 4 f[x] + 14 x f'[x] + 8 x^2 f''[x] + x^3f'''[x]`
132132

133133
```{r}
134-
x <- weyl(cbind(0,1))
135-
D <- weyl(cbind(1,0))
136-
x^2*D*x*D^2
134+
d^2 * x * d * x^2
137135
```
138136

139137
Above, we see agreement between `weyl` and Mathematica, although the

0 commit comments

Comments
 (0)