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

enter image description here


Jan
26
awarded  Yearling
Dec
20
awarded  Critic
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.
Sep
12
awarded  Caucus
May
2
accepted How to display edge labels above edges?
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
16
asked How to display edge labels above edges?
Apr
15
awarded  Self-Learner
Apr
13
awarded  Commentator
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
13
accepted How to match a sequence of complex patterns?
Apr
12
awarded  Teacher
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
awarded  Editor
Apr
11
revised How to match a sequence of complex patterns?
added 78 characters in body