Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
Hi,
i have got to solve an equation that depends upon itself. I have attached the mathcad file.
When i try to evaluat the solution at a certain value of t, i get the message that the evaluation leads to an infinite recursion.
Im thankful for every support.
Kind regards,
Markus
That's a nasty implicit equation you have there.
If I remove all (t)'s I get:
But for t=0, notice that ig(t) and u(t) are zero, so you get L(0)as:
Hope this helps.
Luc
That's a different best you're dealing with, Fred. Look at how you placed ig.
And also notice how it kept L on the rhs.
So it's still implicit and not 'solved'.
Luc
Now if you dress up the equation to something like:
Look at the scale, not much variation in L(t)
Does this come any near to what you expect(ed)?
Luc
What about a solve block?
Thank you very much, i was able to solve the problem with your help.
Kind regards,
Markus