Is there a way to write down Mathematica with a string such as:
{"M","a","t","h","e","m","a","t","i","c","a"}?
Tell me more
×
Mathematica Stack Exchange is a question and answer site for
users of Mathematica. It's 100% free, no registration required.
|
|
|||
|
Supporting the maxim "there is always another way to do it":
Also,
Speed check:
|
|||||||||||||
|
|
Use
|
|||||||
|
|
Just for something different
|
|||
|
|
|
If we're going to get silly about it:
|
|||
|
|
|
At risk of taking "even more" too far here is a method that does not use any function with "String" in the name:
Or using an export function:
Or a formatting function:
|
|||||
|
|
Just to stretch even more the limits of "there is always another way to do it" (Mr.Wizard), here is a way to NOT use
And a simpler one:
Using built-in path functions to complicate things (use
|
||||
|
|



?*String*will list the available string functions if you need more information. – image_doctor Jun 19 '12 at 19:47