https://github.com/subhash3/numerical-analysis
https://github.com/subhash3/numerical-analysis
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/subhash3/numerical-analysis
- Owner: Subhash3
- Created: 2018-08-18T03:11:37.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-01T13:31:08.000Z (over 7 years ago)
- Last Synced: 2025-04-25T20:02:55.602Z (about 1 year ago)
- Language: C
- Size: 285 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.