Ask Your Question
1

Limits in SageMath

asked 2021-10-11 21:42:31 +0200

Shalicia27 gravatar image

What is the correct coding to find limits in SageMath?

I need to determine the limit of y(x) as x tends to +infinity.

y(x) = (x - d)/(1 +(x*d))

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-10-12 12:10:13 +0200

tmonteil gravatar image

First, note that such a limit can be computed by hand and does not requires any computer.

If your goal is to get this computation done with Sage, you can have a look at the following documentation to see how to define symbolic variables (the parameter d in your case), how to define a symbolic function (yin your case) and how to compute the limit: https://doc.sagemath.org/html/en/refe...

You can also look at the following introduction: https://doc.sagemath.org/html/en/prep...

If you want some more help, you should ask more precise questions related to your research in solving this exercise, especially where you are locked.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2021-10-11 21:42:31 +0200

Seen: 145 times

Last updated: Oct 12 '21