Skip to content

Latex code not appropriately displayed #817

Closed
@likanzhan

Description

Suppose I intend to create a matrix with the SymPy package

  • Load the package
using SymPy
  • Create a matrix
Sym[1 2; 2 4]
  • The obtained output is:
\text{\[\left[ \begin{array}{rr}1&2\\2&4\end{array}\right]\]}

  • The intended output is something like this:

matrix

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions