Closed atlastze closed 2 years ago
Misplaced rendering of subscript and exponent while run the following code:
n = 2; A = Table[Subscript[a, i], {i, 0, n}]; (* coefficient vector *) X = Table[x^i, {i, 0, n}]; (* power vector *) Solve[A.X == 0, x]
The output of vs code:
The output of jupyter notebook(correct):
Thanks! I will get it fixed in the next version.
It has been fixed in v0.0.7.
Misplaced rendering of subscript and exponent while run the following code:
The output of vs code:
The output of jupyter notebook(correct):