Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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

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)