I need help #736
Answered
by
idealkindom
Proektsoftbg
asked this question in
Q&A
I need help
#736
Replies: 3 comments 1 reply
-
|
I Will Finsh it today later.
在 2025-12-29 22:50:45,"Ned Ganchovski" ***@***.***> 写道:
Can someone translate this new readme text for version 7.5.8 to Chinese please:
<p>It finds the value of the first derivative of a real function <b>f</b>(<var>x</var>) at the specified point <var>x</var> = <var>a</var>. The derivative represents the slope of the tangent to the function at point <var>a</var>. There are two methods that you can use in Calcpad:
<p style="margin-left: 2em;"><code><span class="cond">$Slope</span>{<b>f</b>(<var>x</var>) @ <var>x</var> = <var>a</var>}</code> - uses symmetric two-point finite difference with <a href="https://royalsocietypublishing.org/doi/pdf/10.1098/rsta.1911.0009">Richardson extrapolation</a>. It evaluates the derivative within the specified <var>Precision</var>. The function must be locally continuous, smooth and differentiable in the neighborhood of <var>a</var>. It can also contain other numerical methods. In general, finite differences are susceptible to floating point round-off errors due to the subtraction of close values. Although Richardson extrapolation can improve this significantly, the accuracy for poorly behaved functions may be limited.</p>
<p style="margin-left: 2em;"><code><span class="cond">$Derivative</span>{<b>f</b>(<var>x</var>) @ <var>x</var> = <var>a</var>}</code> - uses complex step method (<a href="https://epubs.siam.org/doi/abs/10.1137/0704019">Lyness and Moler</a>). It evaluates the derivative with nearly machine precision (10<sup> -15</sup> to 10<sup> -16 </sup>) by using the equation: <var>f</var> ′(<var>a</var>) = <b>Im</b>( <var>f</var> (<var>a</var>+<var>ih</var>))/<var>h</var>, where <var>i</var> is the imaginary unit and <var>h</var> = 10<sup>-20</sup>. The function must be holomorphic in the complex plane - infinitely differentiable and locally equal to its Taylor expansion. Unlike <code class="cond">$Slope</code>, it cannot contain other numerical methods and should be defined only by analytic expressions. This limits the applicability of this method but, if possible, you can use it instead of <code class="cond">$Slope</code> to achieve higher accuracy when required.</p>
I do not trust automatic translations especially when I understand nothing of the language. @idealkindom ?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
The Chinese translations come: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Proektsoftbg
-
|
Of course Ned.
…--
发自我的网易邮箱手机智能版
在 2026-01-01 00:12:40,"Ned Ganchovski" ***@***.***> 写道:
@idealkindom thank you so much for your kind help and your quick responce. Chinese text looks so beautiful, but unfortunately I do not understand anything. Now I can update also the Chinese version to 7.5.8 with the latest improvements.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Can someone translate this new readme text for version 7.5.8 to Chinese please:
I do not trust automatic translations especially when I understand nothing of the language. @idealkindom ?
Beta Was this translation helpful? Give feedback.
All reactions