- Approximate The Exponential Function Et Using Taylor Series By Defining A Function Exp Taylor That Takes As Arguments 1 (64.41 KiB) Viewed 28 times
Approximate the exponential function et using Taylor series by defining a function exp_taylor that • takes as arguments
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Approximate the exponential function et using Taylor series by defining a function exp_taylor that • takes as arguments
Approximate the exponential function et using Taylor series by defining a function exp_taylor that • takes as arguments o a floating point number x, o an optional non-negative integer n default to 10, and • returns the following sum up to n terms n-1 Σ X i! i=0 where i! is the factorial of i. Answer: (penalty regime: 10, 20, ... %) 1 |