481 reputation
111
bio website
location
age
visits member for 11 months
seen 1 hour ago
stats profile views 48

No, that's not me in the pic, that's Mr. Dave Brubeck. Yes, I like jazz.


May
10
reviewed No Action Needed Mathematica not giving numerical answer
May
9
revised Is mathematica storing information it shouldn't store?
added 360 characters in body
May
8
reviewed No Action Needed How to define a polynomial/function from an array of coefficients?
May
8
reviewed No Action Needed Putting a matrix inside function
May
7
reviewed No Action Needed Using perpendicular offsets in FindFit
May
7
reviewed No Action Needed Mathematica Rlink
May
7
revised Does LinearModelFit perform an ordinary linear regression (least squares)?
highlighted function, cleared question
May
6
suggested suggested edit on Does LinearModelFit perform an ordinary linear regression (least squares)?
May
6
reviewed No Action Needed Does LinearModelFit perform an ordinary linear regression (least squares)?
May
6
comment Is mathematica storing information it shouldn't store?
Ah, I see. No workaround this then. Thanks anyway @cormullion and everyone else!
May
6
comment Is mathematica storing information it shouldn't store?
Does any of you think the problem may be related with what Oleksandr suggested in here (mathematica.stackexchange.com/questions/2886/…)? I am getting some errors from some evaluations and I am wondering if it also has something to do with this
May
3
revised Is mathematica storing information it shouldn't store?
added 258 characters in body
May
3
comment Is mathematica storing information it shouldn't store?
Ok, I set $HistoryLength=0 but Mathematica still steals all memory. Using ParametricNDSolve made the computations faster though, but I then have to export the output, quit the kernel, import, and only then I can actually do something in mathematica
May
2
comment Is mathematica storing information it shouldn't store?
@bills - I've never heard of that. I'll look into it! @FredKline - sorry to ask, but how do you do that? @ruebenko - I'll check ParametricNDSolve. I think I've used it before.
May
2
asked Is mathematica storing information it shouldn't store?
Apr
30
accepted Finding numerical/analytic solution to a derivative
Apr
30
accepted Autocomplete not working on Mma9 on Linux
Apr
30
reviewed No Action Needed How can I decrease number of lines of code in a notebook?
Apr
26
reviewed No Action Needed Declaration of abstract matrices to perform series expansion on them
Apr
26
comment A basic problem with Solve
So in the first example you have 1 Equation with 2 variables, in the second example you have 2 equations with 2 variables. Don't you mean Solve[{[4b*Cos[2t]==4Cos[2t],-4a*Sin[2t]==+8Sin[2t]},{a,b}]?