1 | initial version |
You can use the show
function to display the result in LaTeX :
https://sagecell.sagemath.org/?z=eJwrSyzSUC9R1-TlSlWwVShRsLVV0DXUN9LSMNI3MdXy1CouLCrRMDEzNNaEMI01FXQVLIz0TTXjNAz1gaIannAJbQVDMKFvrKVhaKDliaTD0EBTn1gjebmKM_LLNVI1ATiqJME=&lang=sage&interacts=eJyLjgUAARUAuQ==
If you have multiple such formulas in a jupyter notebook, you can also add:
%display latex
in some cell, so that every formula will be turned into LaTeX once that cell is evaluated.