Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
awk calculation
Name: Vontelok Date: February 22, 2009 at 13:57:14 Pacific OS: Linux i686 Subcategory: Batch
Comment:
Can anyone point me in the right direction how to get the next calculation in awk script between each field of the file: (file2.field2 - file1.field2) / (file1.field2/100)
I have two files, like these: file1: 1 100 200 333 2 200 333 444 3 500 666 777 4 800 999 222
Summary: I need to inverse a matrix given in a file. The problem is I'm stuck with writing determinant finding algoritm into code. I found this algoritm about finding determinant of nxn matrix. This is what i ...
Summary: Still trying to figure this awk stuff out! I'm confused about if the field you want to replace is on another line. For example: resource 'tver' (1000) { "3.0a6" }; How would I change the "3.0a6" to ...