Re: non-zero solution
- From: "Niek Otten" <nicolaus@xxxxxxxxx>
- Date: Tue, 4 Nov 2008 23:06:23 +0100
I'm afraid this brute force approach doesn't work here. If you increase the precision even more, you just get closer and closer to zero as a solution, until you reach Excel's precision limits.
I didn't find any start vales that worked better.
I'm afraid a more subtile approach (if there is any) is necessary.
Harlan?
--
Kind regards,
Niek Otten
Microsoft MVP - Excel
"Niek Otten" <nicolaus@xxxxxxxxx> wrote in message news:F12C50B9-E7A0-456C-8771-B92326679DC6@xxxxxxxxxxxxxxxx
<If you need more precision>
Indeed you do. I was way off in my first attempt (slightly different from yours).
Changing the precision had a vast impact on the outcome.
--
Kind regards,
Niek Otten
Microsoft MVP - Excel
"Mike Middleton" <mike@xxxxxxxxxxxxxxxxx> wrote in message news:%23evNNVsPJHA.4864@xxxxxxxxxxxxxxxxxxxxxxxA.A.A -
Here's one way.
Let A1 contain values of t, and initially enter 1 (or your choice of starting value) in A1.
Let A2 contain the left side: =0.6*EXP(A1*1.0986)-0.6
Let A3 contain the right side: =0.99994572*A1
Let A4 contain the difference, which you want to be zero: =A2-A3
Choose Tools | Goal Seek (in Excel 2007, Data | What-If Analysis | Goal Seek), and set cell A4 to value 0 (zero) by changing cell A1.
If you need more precision, choose Tools | Calculation, and specify a smaller "Maximum change." (In Excel 2007, choose Office Button | Excel Options | Formulas | Maximum Change.)
- Mike Middleton
http://www.DecisionToolworks.com
Decision Analysis Add-ins for Excel
"A.A.A" <ayafeps@xxxxxxxxx> wrote in message news:31225ca8-8c81-4f18-b1db-1dc51a993c8b@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxHi,
I do not know whether i can use excel in this or not. but I am trying
to find the non-zero solution to the following equation:
0.6*exp(t*1.0986)-0.6=0.99994572*t
but i always get a zero solution. How could i obtain the non-zero
solution?I know that there is a non zero value of t satisfying the
previous equation.
Plz help,
A.A.A
.
- Follow-Ups:
- Re: non-zero solution
- From: Niek Otten
- Re: non-zero solution
- References:
- non-zero solution
- From: A.A.A
- Re: non-zero solution
- From: Mike Middleton
- Re: non-zero solution
- From: Niek Otten
- non-zero solution
- Prev by Date: Re: non-zero solution
- Next by Date: Re: multiple Y-axes plot
- Previous by thread: Re: non-zero solution
- Next by thread: Re: non-zero solution
- Index(es):
Relevant Pages
|