Click here to Skip to main content
15,915,600 members
Home / Discussions / Algorithms
   

Algorithms

 
GeneralNumerical Recipes in C# Pin
Bassam Abdul-Baki31-Oct-06 5:18
professionalBassam Abdul-Baki31-Oct-06 5:18 
GeneralRe: Numerical Recipes in C# Pin
djlove31-Oct-06 22:42
djlove31-Oct-06 22:42 
GeneralRe: Numerical Recipes in C# Pin
Just me at will_george...something8-Nov-06 3:09
Just me at will_george...something8-Nov-06 3:09 
QuestionSi units in C++ Pin
Toastersparks31-Oct-06 4:34
Toastersparks31-Oct-06 4:34 
AnswerRe: Si units in C++ Pin
Maximilien31-Oct-06 6:49
Maximilien31-Oct-06 6:49 
GeneralRe: Si units in C++ Pin
Stephen Hewitt31-Oct-06 12:01
Stephen Hewitt31-Oct-06 12:01 
AnswerRe: Si units in C++ Pin
Stephen Hewitt31-Oct-06 11:59
Stephen Hewitt31-Oct-06 11:59 
GeneralRe: Si units in C++ Pin
Maximilien31-Oct-06 15:57
Maximilien31-Oct-06 15:57 
it still is semantics.

in their example of multiplication

F = m . a

quantity<float,force> f = m * a;

you have to distinct "dimensions" one mass (FG) and one acceleration( m/s ) and the result which is a force ( newton )

they all have disctinct semantics, and the result is still valid.

for such a system to work in the context of symbolic equations ( F=MA )one would need to validate all combinations of operands dimensions that can result in another third dimensions.

quantity<float,mass> bogus = m * a; , they say it is not valid, but it's only mathematic/physic semantic

in that example, you will have to know and code that a Force is only Mass x Acceleration.

I think they are confusion symbolic expressions with numerical computation.

I don't believe I express myself correctly on that matter.

anyway, this is one great discussion!!!

Smile | :)





Maximilien Lincourt
Your Head A Splode - Strong Bad

GeneralRe: Si units in C++ Pin
Stephen Hewitt31-Oct-06 16:06
Stephen Hewitt31-Oct-06 16:06 
QuestionWhat will be the algorithm of your program Pin
ch.Asif29-Oct-06 6:10
ch.Asif29-Oct-06 6:10 
AnswerRe: What will be the algorithm of your program Pin
Shog929-Oct-06 6:38
sitebuilderShog929-Oct-06 6:38 
AnswerRe: What will be the algorithm of your program Pin
El Corazon29-Oct-06 12:08
El Corazon29-Oct-06 12:08 
GeneralRe: What will be the algorithm of your program Pin
Just me at will_george...something8-Nov-06 3:13
Just me at will_george...something8-Nov-06 3:13 
AnswerRe: What will be the algorithm of your program Pin
Stathread5-Nov-06 3:48
Stathread5-Nov-06 3:48 
AnswerRe: What will be the algorithm of your program Pin
Just me at will_george...something8-Nov-06 3:19
Just me at will_george...something8-Nov-06 3:19 
QuestionOK .. So Math Was is NOT my best subject Pin
Just me at will_george...something27-Oct-06 3:15
Just me at will_george...something27-Oct-06 3:15 
AnswerRe: OK .. So Math Was is NOT my best subject Pin
Rob Graham27-Oct-06 3:57
Rob Graham27-Oct-06 3:57 
GeneralRe: OK .. So Math Was is NOT my best subject Pin
Just me at will_george...something27-Oct-06 4:51
Just me at will_george...something27-Oct-06 4:51 
GeneralRe: OK .. So Math Was is NOT my best subject Pin
Tim Craig4-Nov-06 18:58
Tim Craig4-Nov-06 18:58 
AnswerRe: OK .. So Math Was is NOT my best subject Pin
sam#27-Oct-06 10:14
sam#27-Oct-06 10:14 
AnswerRe: OK .. So Math Was is NOT my best subject Pin
Rilhas30-Jan-07 13:48
Rilhas30-Jan-07 13:48 
QuestionHELP ME PLEASE!!! Pin
A*****26-Oct-06 15:19
A*****26-Oct-06 15:19 
AnswerRe: HELP ME PLEASE!!! Pin
ejuanpp26-Oct-06 23:05
ejuanpp26-Oct-06 23:05 
QuestionBest method to calculate curves through specified points Pin
BRShroyer24-Oct-06 3:06
BRShroyer24-Oct-06 3:06 
AnswerRe: Best method to calculate curves through specified points Pin
ricecake24-Oct-06 3:18
ricecake24-Oct-06 3:18 

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.