| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 3 months |
| seen | Mar 26 at 14:06 | |
| stats | profile views | 128 |
Not to be offended
|
Mar 26 |
comment |
How to enter arrows in Notation function? I need to enter code from Within Wolfram Workbench. This is programmers environment based on Eclipse and has no any palettes. |
|
Mar 26 |
awarded | Popular Question |
|
Mar 19 |
awarded | Popular Question |
|
Mar 4 |
comment |
Vertical “fractions” with more than 2 parts Ok will wait for other points... |
|
Mar 4 |
comment |
Vertical “fractions” with more than 2 parts Thanks a lot! Will learn of your examples! First ones are better (without shrinking). |
|
Mar 4 |
comment |
Vertical “fractions” with more than 2 parts Yes, I have custom expressions which I want to have such custom syntax. |
|
Mar 4 |
asked | Vertical “fractions” with more than 2 parts |
|
Feb 7 |
awarded | Yearling |
|
Jan 25 |
asked | Simplistic Notation example |
|
Jan 25 |
asked | How to enter arrows in Notation function? |
|
Jan 20 |
comment |
Efficient circular buffer? Yes, but I hadn't finish the work. You should develop the idea. Upon reaching the end of list you should wrap index accordingly. Also you should drag tail index. |
|
Jan 19 |
awarded | Teacher |
|
Jan 19 |
answered | Efficient circular buffer? |
|
Jan 19 |
comment |
Efficient circular buffer? I think Append is slow because it is functional, i.e. it copies original and return a modified copy, remaining argument intact. |
|
Jan 19 |
comment |
Apply rule only if applicable? Check rule applicability? Custom unapplicable rule? I am fighting with this for months. I did this in Java already, but unable in Mathematica functional language yet. Although it should be for this. I think Stephen prevented Mathematica from extension. |
|
Jan 19 |
accepted | Convert boolean test function to pattern? |
|
Jan 19 |
comment |
Why rule does not work if Flat attribute? @ssch But OneIdentity is wrong. Head should not disappear. |
|
Jan 19 |
asked | Why rule does not work if Flat attribute? |
|
Jan 19 |
comment |
Apply rule only if applicable? Check rule applicability? Custom unapplicable rule? @kguler it's ok |
|
Jan 19 |
comment |
Apply rule only if applicable? Check rule applicability? Custom unapplicable rule? The main problem is "preprocessing". If user enters some expression with some heads, it should be automatically transformed into expressions with same heads, but simplified and normalized. This causes recursions for me. Conditions work bad here because they can require complex computations. |