Click here to Skip to main content
15,913,722 members
Home / Discussions / Algorithms
   

Algorithms

 
GeneralRe: Interesting math magic? Pin
stevepqr7-Aug-07 6:07
stevepqr7-Aug-07 6:07 
AnswerRe: Interesting math magic? Pin
PIEBALDconsult17-Jul-07 7:36
mvePIEBALDconsult17-Jul-07 7:36 
GeneralRe: Interesting math magic? Pin
Paul Conrad17-Jul-07 7:42
professionalPaul Conrad17-Jul-07 7:42 
GeneralRe: Interesting math magic? Pin
Bassam Abdul-Baki19-Jul-07 5:10
professionalBassam Abdul-Baki19-Jul-07 5:10 
AnswerRe: Interesting math magic? Pin
_Damian S_17-Jul-07 16:56
professional_Damian S_17-Jul-07 16:56 
QuestionEncoding vs Encrypting Pin
HakunaMatada13-Jul-07 0:22
HakunaMatada13-Jul-07 0:22 
AnswerRe: Encoding vs Encrypting Pin
SHatchard13-Jul-07 0:59
SHatchard13-Jul-07 0:59 
GeneralRe: Encoding vs Encrypting Pin
Paul Conrad13-Jul-07 10:32
professionalPaul Conrad13-Jul-07 10:32 
AnswerRe: Encoding vs Encrypting Pin
CPallini13-Jul-07 2:57
mveCPallini13-Jul-07 2:57 
AnswerRe: Encoding vs Encrypting Pin
Luc Pattyn13-Jul-07 10:25
sitebuilderLuc Pattyn13-Jul-07 10:25 
AnswerRe: Encoding vs Encrypting Pin
MarkB77716-Jul-07 23:16
MarkB77716-Jul-07 23:16 
AnswerRe: Encoding vs Encrypting Pin
Sathesh Sakthivel18-Jul-07 0:14
Sathesh Sakthivel18-Jul-07 0:14 
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 

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.