Thread Closed

Convert latex code to fortran code?

 
Share Thread
Dec9-07, 03:57 PM   #1
 

Convert latex code to fortran code?


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
PhysOrg.com science news on PhysOrg.com

>> A robot that runs like a cat (w/ Video)
>> Global cooling as significant as global warming, research shows
>> 'Chase and run' cell movement mechanism explains process of metastasis
Dec9-07, 04:20 PM   #2
 
Blog Entries: 47
Recognitions:
Gold Membership Gold Member
Homework Helper Homework Help
Science Advisor Science Advisor
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.
Thread Closed

Similar Threads for: Convert latex code to fortran code?
Thread Forum Replies
Help me to write fortran code Programming & Comp Sci 1
Fortran code(Do-Loops) for the region Programming & Comp Sci 0
Doublet Lattice FORTRAN code Mechanical Engineering 20
DELETE THREAD need the latex code General Engineering 0
LaTeX Code General Discussion 1