First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered 3 years ago

ErWinz gravatar image

thank you ; i can't manage to have the good result see image image description

click to hide/show revision 2
No.2 Revision

thank you ; i can't manage to have the good result see image image description i also have a problem of alignment in table : image description with this code :

display_f=html(r"$\color{blue}{" + latex(f) + r"}$")
T=table([[display_f],["$" + latex("grad") +"$",grad(F)[:]],["H=",H]],frame=True,align='center')
show(T)