User Portlet User Portlet

Discussions
Consider the following code: InitializationValue[isingarray] = 2 RandomInteger[{0, 1}, {100, 100}] - 1 Do [temp = beta*(isingarray[[i + 1, j]] + isingarray[[i, j + 1]] + isingarray[[i - 1, j]] + isingarray[[i, j - 1]]); ...
(in) UnitConvert[Quantity[2.6, "Hours"], "Minutes"] (out) UnitConvert[QuantityUnits`Private`ToQuantity[QuantityUnits`Private`UnknownQuantity[2.6, "Hours"]], "Minutes"] I do not understand this output an I cannot find an...