Login
Discover
Waves
Communities
Login
Signup
Topics
#approximation
Global
Trending
Hot
New
Top
#approximation
New
Top communities
Create your community
latest #approximation created topics | Ecency
mes
SciFi Multiverse
2026-08-12 05:51
Estimating Sum of Series as the Midpoint is a much better Approximation than the Partial Sum
In this video, I show that modifying our earlier Theorem 2 remainder estimate by adding the partial sum to both sides of the inequality provides a much better approximation than simply using the partial
$ 0.295
20
mes
MES Science
2026-08-12 05:23
Estimating Sum of Series as the Midpoint is a much better Approximation than the Partial Sum
Tutorial on approximating the sum of infinite series by using an interval via the remainder estimation theorem rather than just the partial sum.
$ 0.880
50
mes
MES Science
2024-08-29 00:33
Example 1: Approximating Cube Root Function by a 2nd Degree Taylor Polynomial
In this video I approximate the cube root function x^(1/3) by using a 2nd degree Taylor polynomial at a = 8. The first step is to obtain the first 2 derivatives of f at x = 8, and then the third derivative
dkmathstats
STEMGeeks
2022-03-13 19:09
Approximating Pi-Squared Over 6 With Python Programming
Hi there. In this math & Python post, I cover one way of approximating the value of pi in Python programming. It is based on this .pdf link here. That .pdf link mentions MATLAB but I'll use Python