|
Mar 7 |
comment |
How to completely reinstall Wolfram Workbench on linux Did you remove the preferences directory /home/.../.eclipse? Maybe it helps to clean it completely. |
|
Feb 13 |
awarded | Yearling |
|
Oct 18 |
comment |
How do you convert a string containing a number in C scientific notation to a Mathematica number? @GeorgeWolfe because it might lead you to a code leak. What if there is dangerous code within the string? Or something innocent like a equal sign (=) may set any of your variables. |
|
Sep 24 |
awarded | Constituent |
|
Sep 24 |
awarded | Caucus |
|
Jul 10 |
awarded | Nice Answer |
|
Jun 19 |
comment |
Why do I keep getting 0.06 with WorkingPrecision->1? Yep, I was also trying to understand where the 0.06 came from, and if you try InputForm /@
Union[RandomReal[UniformDistribution[], 1000, WorkingPrecision -> 1]] you will see the actual real numbers you get, and all are fractions of 16. |
|
Jun 19 |
answered | The difference between 0. and 0 |
|
Jun 13 |
awarded | Nice Answer |
|
May 10 |
comment |
Interdependent controls in Manipulate @Mr.Wizard I would say this is similar to this one: mathematica.stackexchange.com/questions/4212/… |
|
May 10 |
comment |
What format to use to store expressions in database? For example ToString[x, InputForm] will let you go back to MMA but it would be better to answer @tkott to get a better answer. |
|
May 4 |
revised |
Finding all dictionary words that can be made with a given set of characters (Wordfeud/Scrabble) Addition to the answer after reading comments. |
|
May 3 |
comment |
Finding all dictionary words that can be made with a given set of characters (Wordfeud/Scrabble) I don't use IgnoreCase because I`m doing the pattern test outside DictonaryLookup. |
|
May 3 |
comment |
Thousands separator (comma) option for NumberString/StringCases?ImportString does many tricks, but sometimes is too slow. Anyway it's a very good option if you don't want to build your own transformation. |
|
May 3 |
revised |
Finding all dictionary words that can be made with a given set of characters (Wordfeud/Scrabble) added 756 characters in body |
|
May 3 |
answered | Finding all dictionary words that can be made with a given set of characters (Wordfeud/Scrabble) |
|
May 3 |
revised |
Having the derivative be an operator deleted 29 characters in body |
|
May 3 |
comment |
Having the derivative be an operator @celtschk you are totally right. I should not answer at nights... I will change it to a non-conmutative way. |
|
May 3 |
answered | Having the derivative be an operator |
|
Apr 30 |
comment |
Behavior of ImportString in Mathematica +1. InputForm rules! |