Click here to Skip to main content
15,887,846 members
Home / Discussions / Algorithms
   

Algorithms

 
AnswerRe: Solving a circularly recursive system of equations Pin
Tim Craig7-Dec-09 14:20
Tim Craig7-Dec-09 14:20 
GeneralRe: Solving a circularly recursive system of equations Pin
MikeMarq7-Dec-09 16:34
MikeMarq7-Dec-09 16:34 
GeneralRe: Solving a circularly recursive system of equations Pin
Tim Craig7-Dec-09 18:10
Tim Craig7-Dec-09 18:10 
GeneralRe: Solving a circularly recursive system of equations Pin
MikeMarq7-Dec-09 18:39
MikeMarq7-Dec-09 18:39 
GeneralRe: Solving a circularly recursive system of equations Pin
Tim Craig7-Dec-09 21:42
Tim Craig7-Dec-09 21:42 
GeneralRe: Solving a circularly recursive system of equations Pin
MikeMarq9-Dec-09 9:52
MikeMarq9-Dec-09 9:52 
GeneralRe: Solving a circularly recursive system of equations Pin
Tim Craig9-Dec-09 13:42
Tim Craig9-Dec-09 13:42 
AnswerRe: Solving a circularly recursive system of equations - I think I may have solved it Pin
MikeMarq7-Dec-09 16:49
MikeMarq7-Dec-09 16:49 
Ok I think I might have thought of a solution. Those of you that are math aces let me know if I am wrong or if they're might be a better method.

Here's the question again:

Suppose the value of 2 companies was the total value of their assets.
Company A has $2,000,000 of equipment and owns 25% of Company B.
Company B has $1,000,000 of equipment and owns 10% of Company A.
What would be the total value of each company?



To solve for Company A:

A = 2m + 0.25(B) since B = 1m + 0.1(A) then I can expand the first calculation to:
A = 2m + 0.25(1m + 0.1(A)); expanded again we get:
A = 2m + 0.25(1m + 0.1(2m + 0.25(B))); expanded again we get:
A = 2m + 0.25(1m + 0.1(2m + 0.25(1m + 0.1(A)))); ect....

Since each expansion gets less and less significant we could eventually drop A or B and replace it with zero once this has been expanded enough times. This would get us something that is very close to the real answer the accuracy being determined by how many expansions are used. Something tells me there must be some way to use true calculus to get an exact answer but I haven't figured out how yet.

Let me know if you guys agree with this method.


Thanks,

Mike
GeneralRe: Solving a circularly recursive system of equations - I think I may have solved it Pin
Gideon Engelberth7-Dec-09 17:18
Gideon Engelberth7-Dec-09 17:18 
GeneralRe: Solving a circularly recursive system of equations - I think I may have solved it Pin
MikeMarq7-Dec-09 18:19
MikeMarq7-Dec-09 18:19 
AnswerRe: Solving a circularly recursive system of equations Pin
mabo429-Dec-09 4:05
mabo429-Dec-09 4:05 
AnswerSuch Equations Don't Exist Pin
Som Shekhar15-Dec-09 7:42
Som Shekhar15-Dec-09 7:42 
QuestionAdvice about choice of algorithm Pin
thebiggestbangtheory25-Nov-09 11:06
thebiggestbangtheory25-Nov-09 11:06 
AnswerRe: Advice about choice of algorithm Pin
Fatbuddha 126-Nov-09 21:02
Fatbuddha 126-Nov-09 21:02 
AnswerRe: Advice about choice of algorithm Pin
Eddy Vluggen27-Nov-09 0:28
professionalEddy Vluggen27-Nov-09 0:28 
AnswerRe: Advice about choice of algorithm Pin
Alan Balkany1-Dec-09 4:17
Alan Balkany1-Dec-09 4:17 
QuestionHow to Generate Unique Serial Number.. Pin
shaina223120-Nov-09 0:12
shaina223120-Nov-09 0:12 
AnswerRe: How to Generate Unique Serial Number.. Pin
Paulo Zemek20-Nov-09 1:16
mvaPaulo Zemek20-Nov-09 1:16 
GeneralRe: How to Generate Unique Serial Number.. Pin
shaina223120-Nov-09 2:40
shaina223120-Nov-09 2:40 
GeneralRe: How to Generate Unique Serial Number.. Pin
Member 419459311-Dec-09 11:44
Member 419459311-Dec-09 11:44 
AnswerRe: How to Generate Unique Serial Number.. Pin
Robin_Roy2-Dec-09 19:04
Robin_Roy2-Dec-09 19:04 
GeneralRe: How to Generate Unique Serial Number.. Pin
supercat98-Dec-09 8:04
supercat98-Dec-09 8:04 
QuestionWhats the fastest way to search through a binary heap? Pin
CaptainSeeSharp18-Nov-09 18:08
CaptainSeeSharp18-Nov-09 18:08 
AnswerRe: Whats the fastest way to search through a binary heap? Pin
harold aptroot18-Nov-09 23:06
harold aptroot18-Nov-09 23:06 
GeneralRe: Whats the fastest way to search through a binary heap? Pin
CaptainSeeSharp19-Nov-09 5:43
CaptainSeeSharp19-Nov-09 5:43 

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.