I want to find
lim(x->4-) ((x-4)/(x^2-8*x+16))
so I typed this into the Yacas interface:
Limit(x,4,Right) (1/(x-4))
Yacas answered:
Infinity
But that is wrong; the answer is -Infinity. Am I just misunderstanding the dir argument of the Limit() function?