| bio | website | problemania.org |
|---|---|---|
| location | Problemania | |
| age | ||
| visits | member for | 1 year, 4 months |
| seen | Jun 7 at 17:45 | |
| stats | profile views | 94 |
A moderator at Wiki site http://problemania.org where a group of enthusiasts enjoying sharing the fun solving mathematics, physics, and computing problems. We primarily work on problems found in college/grad school text books.
Web page: http://problemania.org
Twitter: http://twitter.com/#!/problemania
Github: https://github.com/Problemania
E-mail: problemaniac@gmail.com ( NOT problemania@gmail.com )
|
Mar 7 |
accepted | How to use Function[] in MatchQ[] and control argument's evaluation? |
|
Mar 6 |
comment |
How to use Function[] in MatchQ[] and control argument's evaluation? Is there a way to make verbatimeNumericQ effectively test 2*3 instead of literal x? In[187]:= MatchQ[Unevaluated[2+3],_?(Function[{x},NumericQ@Unevaluated@x,HoldAllComplete])]
Out[187]= False is correct. |
|
Mar 6 |
revised |
How to use Function[] in MatchQ[] and control argument's evaluation? added 157 characters in body |
|
Mar 6 |
comment |
How to use Function[] in MatchQ[] and control argument's evaluation? The answer to the referred question doesn't answer all questions asked here. Using parentheses makes the output True. How to get a False result then? Because 2*3 while unevaluated is not NumericQ True. What's the best way to use a Function[] in MatchQ[] to validate an expression by pattern matching its "unevaluated" form? |
|
Mar 6 |
revised |
How to use Function[] in MatchQ[] and control argument's evaluation? added 121 characters in body |
|
Mar 6 |
asked | How to use Function[] in MatchQ[] and control argument's evaluation? |
|
Mar 4 |
comment |
How to draw a pane with rounded corners? I couldn't. I didn't have enough points. |
|
Mar 4 |
accepted | How to draw a pane with rounded corners? |
|
Mar 2 |
comment |
How to draw a pane with rounded corners? The following works: Framed[Pane[
Style["XXXX", FontSize -> 11],
ImageMargins -> 1, Alignment -> {Center, Center}],
Background -> Pink, RoundingRadius -> 10, FrameStyle -> None]
Is ImageMargins -> 1 there?
Is there a way to get the spaces above and below text narrower? |
|
Mar 2 |
asked | How to draw a pane with rounded corners? |
|
Feb 28 |
awarded | Editor |
|
Feb 28 |
revised |
Metaprogramming in Mathematica added 12 characters in body |
|
Feb 28 |
awarded | Scholar |
|
Feb 28 |
accepted | Metaprogramming in Mathematica |
|
Feb 27 |
awarded | Nice Question |
|
Feb 26 |
awarded | Student |
|
Feb 26 |
asked | Metaprogramming in Mathematica |