|
[Date Index]
[Thread Index]
[Author Index]
Evaluation of 1/(1/a + 1/b + 1/r)
- To: mathgroup at smc.vnet.net
- Subject: [mg70129] Evaluation of 1/(1/a + 1/b + 1/r)
- From: "Diana" <diana.mecum at gmail.com>
- Date: Thu, 5 Oct 2006 03:32:20 -0400 (EDT)
Folks,
I am trying to write a program to evaluate the sum of two continued
fractions, written in polynomials of T.
I would like a short routine to evaluate 1/(1/a + 1/b + 1/r), just
working with a, b, and r if they are not equal to zero.
So, if a = 0, then evaluate 1/(1/b + 1/r)
If a, b, = 0, then evaluate 1/r
If all of a, b, r = 0, give me 0 as output.
If (1/a + 1/b + 1/r) = 0, give me 0 as output.
Assume that a, b, r are arbitrary polynomials in T.
Can someone help?
Thanks,
Diana
Prev by Date:
Algorithm in NDSolve and FindMinimum
Next by Date:
Beginner--[Please Help]How to get coefficient list issued from a Series Command
Previous by thread:
Re: Algorithm in NDSolve and FindMinimum
Next by thread:
Re: Evaluation of 1/(1/a + 1/b + 1/r)
|