An open API service indexing awesome lists of open source software.

https://github.com/subhash3/numerical-analysis


https://github.com/subhash3/numerical-analysis

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# Numerical-analysis

This Repository contains several Computational Algorithms for Numerical Analysis.

Useful Commands:

1. pdftotext
To conver a 'pdf' file into a 'c' file.

2. enscript -p file.ps file.ext
Creates a '.ps' file based on file.ext where ext is any extension

3. ps2pdf
Creates a pdf document based on '.ps' file created above.

Also you can use topdf file to convert any file to a pdf document. It is just a bash script written based on the second and third command listed above.