Click here to Skip to main content
15,908,173 members
Home / Discussions / Algorithms
   

Algorithms

 
GeneralRe: image bounds after rotation Pin
Luc Pattyn4-Nov-10 2:50
sitebuilderLuc Pattyn4-Nov-10 2:50 
QuestionSimple Algebra Pin
mbadi24-Oct-10 22:59
mbadi24-Oct-10 22:59 
AnswerRe: Simple Algebra Pin
Tadeusz Westawic25-Oct-10 4:50
Tadeusz Westawic25-Oct-10 4:50 
QuestionInterest Calculation (for Pensions Schemes) Pin
mbadi24-Oct-10 21:57
mbadi24-Oct-10 21:57 
AnswerRe: Interest Calculation (for Pensions Schemes) Pin
Richard MacCutchan24-Oct-10 22:44
mveRichard MacCutchan24-Oct-10 22:44 
GeneralRe: Interest Calculation (for Pensions Schemes) Pin
mbadi24-Oct-10 23:11
mbadi24-Oct-10 23:11 
GeneralRe: Interest Calculation (for Pensions Schemes) Pin
Richard MacCutchan25-Oct-10 0:24
mveRichard MacCutchan25-Oct-10 0:24 
AnswerRe: Interest Calculation (for Pensions Schemes) Pin
Luc Pattyn25-Oct-10 2:32
sitebuilderLuc Pattyn25-Oct-10 2:32 
when there isn't a closed formula yielding the variable you want, all you can do is create an iterative approach. Basically come up with an initial guess R1, calculate how wrong the outcome is, say F1 = NI1 - NItarget, then use a new guess R2, calculcate F2, etc. until it is sufficiently accurate. An appropriate iteration scheme is offered by the Newton-Raphson algorithm (Google it).

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.


AnswerRe: Interest Calculation (for Pensions Schemes) Pin
Tadeusz Westawic25-Oct-10 4:37
Tadeusz Westawic25-Oct-10 4:37 
QuestionContours / Isolines Pin
Kyudos18-Oct-10 21:09
Kyudos18-Oct-10 21:09 
AnswerRe: Contours / Isolines Pin
Peter_in_278018-Oct-10 21:50
professionalPeter_in_278018-Oct-10 21:50 
AnswerRe: Contours / Isolines Pin
Alan Balkany19-Oct-10 4:08
Alan Balkany19-Oct-10 4:08 
QuestionPV, FV and IRR Calculation Pin
davjanks10-Oct-10 21:24
davjanks10-Oct-10 21:24 
AnswerRe: PV, FV and IRR Calculation Pin
Luc Pattyn11-Oct-10 1:29
sitebuilderLuc Pattyn11-Oct-10 1:29 
GeneralRe: PV, FV and IRR Calculation Pin
davjanks11-Oct-10 7:35
davjanks11-Oct-10 7:35 
GeneralRe: PV, FV and IRR Calculation Pin
Luc Pattyn11-Oct-10 8:07
sitebuilderLuc Pattyn11-Oct-10 8:07 
AnswerRe: PV, FV and IRR Calculation Pin
Ian Shlasko15-Oct-10 4:44
Ian Shlasko15-Oct-10 4:44 
QuestionFind an algorithm Pin
Not Active9-Oct-10 19:40
mentorNot Active9-Oct-10 19:40 
AnswerRe: Find an algorithm Pin
Luc Pattyn9-Oct-10 23:08
sitebuilderLuc Pattyn9-Oct-10 23:08 
GeneralRe: Find an algorithm Pin
Not Active11-Oct-10 2:38
mentorNot Active11-Oct-10 2:38 
AnswerRe: Find an algorithm Pin
harold aptroot10-Oct-10 1:32
harold aptroot10-Oct-10 1:32 
GeneralRe: Find an algorithm Pin
Not Active10-Oct-10 4:34
mentorNot Active10-Oct-10 4:34 
GeneralRe: Find an algorithm Pin
harold aptroot10-Oct-10 4:39
harold aptroot10-Oct-10 4:39 
AnswerRe: Find an algorithm Pin
lepipele10-Oct-10 19:24
lepipele10-Oct-10 19:24 
AnswerRe: Find an algorithm Pin
Member 419050110-Oct-10 21:01
Member 419050110-Oct-10 21:01 

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.