Skip to content

Commit a871e5a

Browse files
committed
Fix remaining doctests
1 parent a836192 commit a871e5a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/src/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Creating an expression:
2828
expr = x' * A * x
2929
3030
# output
31-
x¹δ₁₂δ²₁δ¹₃A¹₂δ₁³δ²₄x¹δ₁⁴
31+
x₄A⁴₅x⁵
3232
```
3333
The variable `expr` now contains an internal representation of the expression `x' * A * x`.
3434

@@ -38,7 +38,7 @@ g = gradient(expr, x)
3838
H = hessian(expr, x)
3939
4040
# output
41-
A₆⁵ + A⁵₆
41+
A₇⁶ + A⁶₇
4242
```
4343
Convert the gradientinto standard notation using `to_std_string`:
4444
```jldoctest intro

0 commit comments

Comments
 (0)