Group Abstract Group Abstract

Message Boards Message Boards

1
|
2.9K Views
|
3 Replies
|
1 Total Like
View groups...
Share
Share this post:

Obtain precise numerical values of an expanded Harmonic number?

Posted 10 years ago
POSTED BY: Koichi Yoshi
3 Replies
Posted 10 years ago

Thank you for your replies.
Actually DiscretePlot with WorkingPrecision->50 did worked.
To show the value, I used the N operator suggested by Gianluca.
Thank you!

POSTED BY: Koichi Yoshi

The imprecision may be due to floating-point arithmetic. You can switch to arbitrary precision arithmetic by giving N with an explicit number of digits for the output:

DiscretePlot[N[s[10/9, n], 16], {n, 40, 80}]
POSTED BY: Gianluca Gorni

I did not try, because you did submit any copy-paste-able code:

but try adding

 WorkingPrecision -> 50 

at the end of your plot command.

POSTED BY: Sander Huisman
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard