We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a836192 commit a871e5aCopy full SHA for a871e5a
1 file changed
docs/src/index.md
@@ -28,7 +28,7 @@ Creating an expression:
28
expr = x' * A * x
29
30
# output
31
-x¹δ₁₂δ²₁δ¹₃A¹₂δ₁³δ²₄x¹δ₁⁴
+x₄A⁴₅x⁵
32
```
33
The variable `expr` now contains an internal representation of the expression `x' * A * x`.
34
@@ -38,7 +38,7 @@ g = gradient(expr, x)
38
H = hessian(expr, x)
39
40
41
-A₆⁵ + A⁵₆
+A₇⁶ + A⁶₇
42
43
Convert the gradientinto standard notation using `to_std_string`:
44
```jldoctest intro
0 commit comments