LaTeX Convert latex code to fortran code?

Click For Summary
The discussion centers on converting large equations written in LaTeX into Fortran code for numerical solutions in scientific computation. The challenge lies in the cumbersome nature of manually rewriting extensive equations. Suggestions include manually converting the equations or using a script in Perl or Python for automation. It is noted that LaTeX is a markup language that does not inherently support mathematical operations required in Fortran. If the LaTeX was generated by a program like Maple, it may be possible to directly obtain Fortran code from that software, simplifying the conversion process.
nancy2fancy1
Messages
1
Reaction score
0
I have very large equations that I need to solve using numerical techniques. The equations are in latex. From these now I need to form matrix in fortran and then continue the solution procedure in fortran. Can anyone advice how I can do this conversion from latex code to fortran code. The number of equations is so large and the size of each equation is also huge. So to rewrite those in fortran would be very cumbersome. This work is related to scientific compuation. Thanks a lot
 
Physics news on Phys.org
You might be better off doing this manually... or else writing a perl or python script to do this.
LaTeX, of course, is a markup-language. It doesn't understand the mathematical operations required by fortran. If the LaTeX is constructed logically [as opposed to for merely visual appearance], your task is simpler.

Was the LaTeX generated by another program like Maple? If so, then you can ask Maple to generate the fortran code.
 
Last edited:

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 9 ·
Replies
9
Views
6K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 0 ·
Replies
0
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 1 ·
Replies
1
Views
4K