| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 2 months |
| seen | 2 days ago | |
| stats | profile views | 44 |
|
Oct 22 |
accepted | Localizing Pattern Names |
|
Oct 22 |
comment |
Localizing Pattern Names ahhh I didn't realize that. Thanks! |
|
Oct 22 |
awarded | Scholar |
|
Oct 22 |
revised |
Localizing Pattern Names added 14 characters in body |
|
Oct 22 |
comment |
When to use Get vs Needs Perfect! Thanks for the example, I roughly understood the semantics, but not when I would care about the difference. Makes sense now. |
|
Oct 22 |
accepted | When to use Get vs Needs |
|
Oct 22 |
comment |
Localizing Pattern Names please see the expanded explanation. |
|
Oct 22 |
revised |
Localizing Pattern Names added 513 characters in body |
|
Oct 22 |
awarded | Student |
|
Oct 22 |
asked | When to use Get vs Needs |
|
Oct 22 |
asked | Localizing Pattern Names |
|
Oct 18 |
awarded | Commentator |
|
Oct 18 |
comment |
Mathematica code for Bifurcation Diagram You can add the x and y axes by adding Frame->True or Axes->True |
|
Oct 18 |
comment |
How to perturb a Dynamic System? I have added a more involved example that does multiple perturbations |
|
Oct 18 |
revised |
How to perturb a Dynamic System? added 2406 characters in body |
|
Oct 16 |
comment |
How to perturb a Dynamic System? Yeah I do the continual perturbations most of the time, you just make a list of the conditions and functions and use Apply with Which I could clean up a notebook and make a link if you want. |
|
Oct 16 |
comment |
Reshape vectors exactly like in MATLAB Just for interest as well to make the equivalent of F=(1:64)' in Mathematica you just do Transpose[{Range[1,64]}]. Also there is no reason to use := (SetDelayed) in your example, you should use just = (Set) as nothing changes from call to call. Good luck! |
|
Oct 16 |
comment |
How to perturb a Dynamic System? Tell me how it goes! |
|
Oct 16 |
answered | How to perturb a Dynamic System? |
|
Oct 14 |
comment |
Can I adjust starting point when using ListPlot? It is not clear what you want. If you want to have Mathematica lists accept 0 based indexing you are out of luck. If you want to have your list include 0 values that is easy just do RandomInteger[{0,3},3]. |