From 35ef6cfb7aa95a34e0b2c7edda94e32866d4aa06 Mon Sep 17 00:00:00 2001 From: Fabiana Campanari Date: Wed, 29 May 2024 00:01:22 -0300 Subject: [PATCH] Update README.md Signed-off-by: Fabiana Campanari --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ea6ec0d..ff5aa91 100644 --- a/README.md +++ b/README.md @@ -172,8 +172,13 @@ $$\

+The given function is a polynomial function of the form: + $$f(x)=axn+bxn−1+cxn−2+...+dx+e$$ + function of the form f(x)=axn+bxn−1+cxn−2+...+dx+e. As x approaches infinity, the highest power of x in the function dominates the value of the function. This means that we can ignore all the lower-order terms, and simply consider the behavior of the highest-order term. + +