You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sy...@googlegroups.com
Hi guys, I'm writing a program to convert electromagnetic equations between two different systems of units, and then display the Latex code. Although the output is logically correct, it's giving coefficients to all variables (e.g., 1*x) and displaying exponents instead of square roots (e.g., x^(1/2) instead of sqrt(x)). How do I modify the output? Thanks.
Aaron Meurer
unread,
Sep 6, 2014, 3:54:45 PM9/6/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sy...@googlegroups.com
Can you show us some sample code that does this? SymPy objects
normally don't print this way.