I am working with a linear algebra book, and I have discovered some cases of false positives for intervals. Below is an example.
The markup is suppose to denote the solution of a linear system of two equations.
<math> <mo>(</mo> <mi>x</mi> <mo>,</mo> <mi>y</mi> <mo>)</mo> <mo>=</mo> <mo>(</mo> <mn>5</mn> <mo>,</mo> <mn>2</mn> <mo>)</mo> </math>
Output from MathCAT: "the interval from x to y, not including x or y; is equal to, the interval from 5 to 2, not including 5 or 2"
I am working with a linear algebra book, and I have discovered some cases of false positives for intervals. Below is an example.
The markup is suppose to denote the solution of a linear system of two equations.
<math> <mo>(</mo> <mi>x</mi> <mo>,</mo> <mi>y</mi> <mo>)</mo> <mo>=</mo> <mo>(</mo> <mn>5</mn> <mo>,</mo> <mn>2</mn> <mo>)</mo> </math>Output from MathCAT: "the interval from x to y, not including x or y; is equal to, the interval from 5 to 2, not including 5 or 2"