InterviewSolution
Saved Bookmarks
| 1. |
What is correct:1/0 = infinity or undefined |
|
Answer» In mathematics, expressions like 1/0 are undefined. But the limit of the expression 1/x as x tends to zero is infinity. Similarly, expressions like 0/0 are undefined. But the limit of some expressions may take such forms when the variable takes a certain value and these are called indeterminate. |
|