| bio | website | twitter.com/#!/ziyuang |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 4 months |
| seen | May 12 at 12:14 | |
| stats | profile views | 38 |

|
Dec 2 |
comment |
How to get an adaptive frame which fits auto-wrapped text? @Silvia I think you can draw the frame after you wrap the text by surrounding your wrapped text, if I understand your question correctly. Or are you asking whether there is a built-in function for this purpose since this effect appears in Mathematica? |
|
Dec 2 |
comment |
How to get an adaptive frame which fits auto-wrapped text? Maybe relevant: en.wikipedia.org/wiki/Word_wrap#Minimum_raggedness |
|
Nov 29 |
comment |
Are there any “RLink” like projects, which enable the interaction between R and Mathematica? Yes, I've noticed that. Thank you~ |
|
Sep 30 |
comment |
Does Mathematica use the Elliptic Curve Method (ECM) in FactorInteger[]? reference.wolfram.com/mathematica/tutorial/… says FactorInteger switches between trial division, Pollard $p-1$, Pollard rho, elliptic curve, and quadratic sieve algorithms. |
|
Apr 16 |
comment |
How to display edge labels above edges? What is the difference between using Inset or not? |
|
Apr 16 |
comment |
How to display edge labels above edges? @belisarius , I understand what you mean: the latter objects will have higher z-index. |
|
Apr 13 |
comment |
How to match a sequence of complex patterns? Though I choose @Artes 's reply as the answer, yours is also very helpful, Thank you~ |
|
Apr 11 |
comment |
How to match a sequence of complex patterns?({___} -> {_, _}).., of course. |
|
Apr 11 |
comment |
How to match a sequence of complex patterns? I think PatternSequence[{___} -> {_, _}] can be substituted by ({___} -> {_, _}) |
|
Apr 11 |
comment |
How to match a sequence of complex patterns? I meant a pattern test. |
|
Feb 9 |
comment |
Are there any “RLink” like projects, which enable the interaction between R and Mathematica? Thank you very much, @Sjoerd C. de Vries |
|
Feb 9 |
comment |
Are there any “RLink” like projects, which enable the interaction between R and Mathematica? Moreover, can I show R graphics in Mathematica's notebook (rather than in a new R graphics window)? |
|
Feb 8 |
comment |
Are there any “RLink” like projects, which enable the interaction between R and Mathematica? Where can I get a full list of the methods (GetSymbol/SetSymbol/EvaluateNoReturn/...)? |
|
Feb 8 |
comment |
Are there any “RLink” like projects, which enable the interaction between R and Mathematica? I did not notice the warning from statconn's page, saying "...All the statconn tools (statconnDCOM, rcom, RExcel ..) work only with the 32bit version of R..." And everything is fine after I installed the i386 version of R. |
|
Feb 7 |
comment |
Are there any “RLink” like projects, which enable the interaction between R and Mathematica? I've got exceptions when executing myR@Init["R"]: NET::netexcptn: A .NET exception occurred: System.Reflection.TargetInvocationException |