Computer Science Homework Solutions
Problem
#8959

Maclaurin Series program in VBA/Excel

Write a VBA program to evaluate this series for x = .512.  Continue your series until a term less than 10-8 is computed. See attachment

Attached file(s):
Attachments
Practice problem 5.doc  View File

Attachment Content Summary (Note: view attachment at the above link before purchasing. Actual attachment content may vary slightly from that shown below.)

Practice problem 5.doc
The Maclaurin Series for the inverse hyperbolic tangent is of the form

x + x3/3 + x5/5 + x7/7 ….

D(tanh-1 x)/dx = (1-x2)-1

Write a VBA program to evaluate this series for x = .512. Continue your
series until a term less than 10-8 is computed.

Input x, the tolerance, and the maximum number of terms from InputBox.
Echo these input data, the answer, the actual number of terms used, and
the value of the last term computed to your spreadsheet. Also display
the exact value and the true error of your result in the spreadsheet.
Solution
What is this?
By OTA - Overall OTA Rating
Shawn Laliberte - 4.8/5
Purchase Cost Now
$2.19 CAD (was ~$23.94)
Included in Download
  • Plain text response
  • Attached file(s):
    • 8959sol.xls
$2.19 Instant Download
Add to Cart
Why you can trust BrainMass.com
  • Your Information is Secure
  • Best Online Academic Help Service
  • Students find real academic Success
Related Solutions
Browse