Click here to Skip to main content
15,889,463 members
Home / Discussions / Algorithms
   

Algorithms

 
QuestionNewton Rapheson [modified] Pin
devvvy12-Jul-07 15:15
devvvy12-Jul-07 15:15 
AnswerRe: Newton Rapheson Pin
cp987612-Jul-07 20:37
cp987612-Jul-07 20:37 
GeneralRe: Newton Rapheson Pin
devvvy13-Jul-07 1:27
devvvy13-Jul-07 1:27 
GeneralMinimal Primes Pin
Bassam Abdul-Baki11-Jul-07 2:59
professionalBassam Abdul-Baki11-Jul-07 2:59 
GeneralRe: Minimal Primes Pin
Paul Conrad12-Jul-07 7:43
professionalPaul Conrad12-Jul-07 7:43 
GeneralRe: Minimal Primes Pin
Sathesh Sakthivel18-Jul-07 0:15
Sathesh Sakthivel18-Jul-07 0:15 
GeneralRe: Minimal Primes Pin
Russell'3-Aug-07 4:29
Russell'3-Aug-07 4:29 
QuestionInterpolating Elevations Pin
Kyudos10-Jul-07 15:48
Kyudos10-Jul-07 15:48 
I have a set of X-Y-Z coordinate points defining a 3D space (actually contour data). Then supposing I want to find the elevation at point X-Y, would the following method work (or does anyone have any other, better, suggestions):

1) Flatten the XYZ data (i.e., take the X and Y coords)
2) Construct the 2D Delauney triangulation for the data set.
3) Find the triangle in which the point X-Y lies.
4) Use the XYZ coords of the vertices of the triangle to interpolate the elevation at XY.

Of course the hard part is 3, but is the principle sound?

Anyone know of any sample code I can refer to? (bearing in mind I'm not a mathematician or geometrician!)

Cheers
AnswerRe: Interpolating Elevations Pin
cp987611-Jul-07 20:43
cp987611-Jul-07 20:43 
QuestionString - retrieving the first four Pin
jon-809-Jul-07 23:46
professionaljon-809-Jul-07 23:46 
AnswerRe: String - retrieving the first four Pin
CPallini10-Jul-07 0:26
mveCPallini10-Jul-07 0:26 
GeneralRe: String - retrieving the first four Pin
jon-8010-Jul-07 3:28
professionaljon-8010-Jul-07 3:28 
GeneralRe: String - retrieving the first four Pin
CPallini10-Jul-07 3:58
mveCPallini10-Jul-07 3:58 
QuestionSteganography algorithms?? Pin
Software_Specialist9-Jul-07 1:56
Software_Specialist9-Jul-07 1:56 
AnswerRe: Steganography algorithms?? Pin
Luc Pattyn9-Jul-07 2:30
sitebuilderLuc Pattyn9-Jul-07 2:30 
GeneralRe: Steganography algorithms?? Pin
Software_Specialist9-Jul-07 2:42
Software_Specialist9-Jul-07 2:42 
GeneralRe: Steganography algorithms?? Pin
Luc Pattyn9-Jul-07 3:01
sitebuilderLuc Pattyn9-Jul-07 3:01 
AnswerRe: Steganography algorithms?? Pin
Vasudevan Deepak Kumar17-Jul-07 6:45
Vasudevan Deepak Kumar17-Jul-07 6:45 
Questionlinear algebra library Pin
ovoundaga8-Jul-07 2:03
ovoundaga8-Jul-07 2:03 
AnswerRe: linear algebra library Pin
Stephen Hewitt8-Jul-07 15:03
Stephen Hewitt8-Jul-07 15:03 
GeneralRe: I think this shouldn't be here... Pin
p_v_chaitanya2-Jul-07 1:51
p_v_chaitanya2-Jul-07 1:51 
AnswerI think this shouldn't be here... Pin
CPallini2-Jul-07 1:47
mveCPallini2-Jul-07 1:47 
QuestionQuick Hit-Testing Pin
Ri Qen-Sin19-Jun-07 3:43
Ri Qen-Sin19-Jun-07 3:43 
AnswerRe: Quick Hit-Testing Pin
Luc Pattyn19-Jun-07 4:30
sitebuilderLuc Pattyn19-Jun-07 4:30 
GeneralRe: Quick Hit-Testing Pin
Ri Qen-Sin19-Jun-07 6:09
Ri Qen-Sin19-Jun-07 6:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.