Re: [sage-support] failling to display in LaTeX

2019-09-17 Thread dimpase
On Mon, Sep 16, 2019 at 09:54:30PM +0200, Cyrille Piatecki wrote: > Please have a look to this sequence Sorry, what kind of environment is this? Jupyter notebook? Something else? Thanks in advance for clarification. > > %display latex > A = ( > [1, 3, 1], > [-1, 0, 1], > [2, -1, 2], > [2, 3,

[sage-support] failling to display in LaTeX

2019-09-16 Thread Cyrille Piatecki
Please have a look to this sequence %display latex A = ( [1, 3, 1], [-1, 0, 1], [2, -1, 2], [2, 3, -1], ) b = (3, 2, 4, 2) c = (5, 4, 2) P = InteractiveLPProblem(A, b, c,variable_type=(">=",">=",">=")) P <-*P is displayed in LaTeX* P=P.standard_form() D=P.initial_dictionary() D <-*D is