User Portlet
| Discussions |
|---|
| > Table::itform: Argument 1 at position 2 does not have the correct form for an iterator. >> At least Mathematica 9 requires an iterator there: Table[1, 3] Table::itform: Argument 1 at position 2 does not have the correct form for an... |
| Alexey Popkov and Szabolcs Horvát, thanks for answers. In fact, I do not need a symbolic pre-evaluations of the integral, so this method works well for me. |
| Hi! Could anybody tell me why evaluations of this two expressions in Mathematica 9 In[1] := InverseFunction[247.123456789`^2 Log[#1] + 2*247.123456789` #1 + #1^2/2 &][2123456.12345`] In[2] := InverseFunction[247.123456789`^2... |
| Gianluca Gorni, thank you, it works! |
| Yes, NumberForm[x,16] seems to be that I looked for. Thank you. |
| Yes, it works! In M9 Table[Timing[Do[NIntegrate[(1 - v^2)/(1 + Sqrt[1 - v^2])^2, {v, 0, 1}, Method -> {Automatic,"SymbolicProcessing" -> False}], {1000}]][[1]],{i,10}] // {Mean[#], StandardDeviation[#]} & {0.848645, 0.02672} ... |