Re: solving equation consisting of points - sort of... [message #63327] |
Thu, 06 November 2008 07:07  |
pgrigis
Messages: 436 Registered: September 2007
|
Senior Member |
|
|
Is your curve given by a table of data or by a mathematical equation?
In the latter case, you may in principle achieve any desired
precision,
in the former there's a fundamental limit given by your sampling.
Ciao,
Paolo
shokland wrote:
> I have a parametric curve, where I wish to calculate the parameter
> value, t, at fixed positions along the trace, g. I calculate the
> arclength a_i for a set of parameter values t_i, and now wish to
> somehow solve the equations: t_j = a_j with t_j as the unknown. Does
> anyone have a suggestion for performing this in an elegant (and
> mathematically sound) manner? Obviously, given, a_k, one could find l,
> such that a(t_l)<a_k and a(t_(l+1)) > a_k and perform a linear
> interpolation to find t_k, but as said, I'm wondering if there's a
> better way...
>
> Thanks in advance for any help you can offer.
>
> Kind regards,
> Steffen
|
|
|
|