| bio | website | holdfirst.wordpress.com |
|---|---|---|
| location | United States | |
| age | ||
| visits | member for | 1 year, 3 months |
| seen | May 17 at 19:29 | |
| stats | profile views | 150 |
|
Jun 9 |
comment |
Can a function be made to accept a variable amount of inputs? @RHall I used the BlankSequence pattern, which stands for any sequence of one or more expressions. So now I can feed in a sequence of datasets. |
|
Jun 9 |
revised |
Wagner's trick to monitor FindRoot no longer works in Mathematica version 8 Change attribution to Ted Ersek |
|
Jun 9 |
answered | Can a function be made to accept a variable amount of inputs? |
|
Jun 9 |
asked | Wagner's trick to monitor FindRoot no longer works in Mathematica version 8 |
|
Jun 8 |
awarded | Vox Populi |
|
Jun 8 |
awarded | Suffrage |
|
Jun 7 |
revised |
Where can I find examples of good Mathematica programming practice? Added programming books by Gray and Maeder. |
|
Jun 7 |
suggested | suggested edit on Where can I find examples of good Mathematica programming practice? |
|
Jun 7 |
comment |
Leave expression tree formatting the same when a replacement rule is applied I had to look up Release on the documentation. Old habits die hard? |
|
Jun 7 |
comment |
Is there a clean way to extract the subspaces invariant under a list of matrices? @DanielLichtblau According to his first comment, he wants to enumerate all such subspaces. |
|
Jun 7 |
comment |
How to make the suggestion box appear? Did you evaluate the last piece of code in Mathematica 7, or is there a way to tell Mathematica to pretend it is version 7? |
|
Jun 7 |
awarded | Organizer |
|
Jun 7 |
revised |
How to make the suggestion box appear? edited tags |
|
Jun 6 |
comment |
Mathematica output doesn't work as input @Szabolcs Where can I find more information about this bug? Is there a post on that here? |
|
Jun 6 |
comment |
Mathematica output doesn't work as input Have you tried highlighting the bracket of the output cell and then use "Edit -> Copy As -> Input Text"? |
|
Jun 6 |
awarded | Enthusiast |
|
Jun 5 |
comment |
Image of input and output cells is not exported correctly My computer is set up with dual monitor, and I discovered by accident that the problem described here only occurs when the notebook in question is on one of the two monitors. It will probably be too difficult to reproduce this problem, thus my vote to close. |
|
Jun 4 |
comment |
Eliminate doesn't work in Mathematica Why is the last option for variables {(Q^(0, 2))[x, t], (Q^(1, 0))[x, t]}? |
|
Jun 4 |
accepted | Displaying a series obtained by evaluating a Taylor series |
|
Jun 3 |
comment |
Displaying a series obtained by evaluating a Taylor series @J.M. I am not sure I understand why your code is neater given that it is significantly longer. Is there a fringe case where List @@ Series[Log[1+x],{x,0,n}] /. x->x0 fails? Also is there a reason why the use of With is advisable in this case? |