320 reputation
212
bio website
location
age
visits member for 1 year
seen 12 hours ago
stats profile views 38

12h
suggested suggested edit on How could I define a function as the solution of equations in Mathematica?
16h
revised Working precision for each variable
Title, `variables`
16h
suggested suggested edit on Working precision for each variable
16h
comment Error in ARIMAProcess example
@Alex Everything is right for me :) I just wanted to make sure that you didnt use v. 8.x.x. or lower.
16h
comment Error in ARIMAProcess example
What version of Mathematica are you using?
17h
comment Error in ARIMAProcess example
Post the code you are using here?
21h
revised Difference between vector's Dimensions
Fixed Output
21h
suggested suggested edit on Difference between vector's Dimensions
Jun
10
awarded  Informed
Jun
4
revised Restarting an Animate[] animation after variable in Manipulate[] changes
@rcollyer, http://grammarist.com/usage/farther-further/ mhm!
Jun
4
suggested suggested edit on Restarting an Animate[] animation after variable in Manipulate[] changes
Jun
4
revised Restarting an Animate[] animation after variable in Manipulate[] changes
Check the FAQ :-)
Jun
4
suggested suggested edit on Restarting an Animate[] animation after variable in Manipulate[] changes
Jun
4
revised Plotting 2D image of functions of several variables
Same mistakes all day. FAQ.
Jun
4
awarded  Custodian
Jun
4
reviewed Reviewed How to add a vertical line to a plot
Jun
4
suggested suggested edit on How to add a vertical line to a plot
Jun
4
suggested suggested edit on Plotting 2D image of functions of several variables
Jun
3
accepted Assign variables automatically to a function
Jun
3
comment Assign variables automatically to a function
To some who might find that answer useful I would recommend to use {var = ToString /@ Sort@DeleteDuplicates@Cases[fn, _Symbol, Infinity]} instead of {var = ToString /@ Sort@Variables@fn} so it works with every functions (& not only polynomials).