Recent content by kritboy

  1. K

    MATLAB Matlab - can't even do a simple arithmatic

    But in Mathematica the answer is zero:- In[1]:= 1/3 - 1/2 + 1/6 Out[1]= 0 OR In[2]:= 1/3 - 1/2 + 1/6 Out[2]= 0 I guess the difference is because the way mathematica does the computation,maybe it first finds the LCM of the fractions and does the calculation or that sort of thing