Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
見つけたい
lim(x->4-) ((x-4)/(x^2-8*x+16))
そこで、Yacas インターフェイスに次のように入力しました。
Limit(x,4,Right) (1/(x-4))
ヤカスはこう答えました。
Infinity
しかし、それは間違っています。答えは無限です。Limit() 関数のdir引数を誤解しているだけですか?