MathGroup Archive 2005

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Converting Strings to Ints.


Chrisantha,

In[25]:=
IntegerDigits[ToExpression[#]]&/@{"12223","11313","2424"}
Out[25]=
{{1,2,2,2,3},{1,1,3,1,3},{2,4,2,4}}

dkr


  • Prev by Date: Re: Convincing Mathematica that Sqrt[a+b]Sqrt[a-b]==Sqrt[a^2+b^2]
  • Next by Date: Re: Converting Strings to Ints.
  • Previous by thread: Re: Converting Strings to Ints.
  • Next by thread: Re: Converting Strings to Ints.