Skip to main content
25 events
when toggle format what by license comment
Oct 2, 2023 at 12:15 history edited creidhne CC BY-SA 4.0
repair broken link
Feb 3, 2021 at 1:10 history edited J. M.'s missing motivation CC BY-SA 4.0
added 123 characters in body
Dec 13, 2017 at 14:52 history edited Michael E2 CC BY-SA 3.0
W|A linguistic assistant (item 10)
Apr 13, 2017 at 12:56 history edited CommunityBot
replaced http://mathematica.stackexchange.com/ with https://mathematica.stackexchange.com/
Sep 28, 2016 at 21:02 history edited murray CC BY-SA 3.0
Re "Functions are defined", added two other common erroneous forms that use parens not brackets.
May 26, 2016 at 11:58 history edited Dan Oak CC BY-SA 3.0
added explanation about how to use symbol_snake_case
May 18, 2016 at 17:19 comment added Michael Seifert After too many semesters of my physics students calling NDSolve incorrectly, I started an expanded answer for point #7 (Set vs. Equal) just now.
Feb 10, 2016 at 3:14 comment added Dr. belisarius Damn! A lot of these keep coming and coming as questions.Oh Eternal September!
Dec 13, 2015 at 22:14 history edited Verbeia CC BY-SA 3.0
added 79 characters in body
Dec 8, 2015 at 14:15 history edited jkuczm CC BY-SA 3.0
Added link to recent "indexed variables" question.
Aug 27, 2015 at 7:58 history edited Dr. belisarius CC BY-SA 3.0
larger font for THOSE common errors
May 14, 2015 at 12:01 history edited Michael E2 CC BY-SA 3.0
Added item on the common issue of = vs. == for equations
Oct 20, 2014 at 22:36 history edited Dr. belisarius CC BY-SA 3.0
added 4 characters in body
Oct 20, 2014 at 22:08 history edited Verbeia CC BY-SA 3.0
emphasised as per Belisarius' suggestion
May 13, 2014 at 11:50 history edited Mr.Wizard CC BY-SA 3.0
added 387 characters in body
Nov 19, 2013 at 21:52 comment added fairflow On point 6, I often use (mat = matrixExpression)//MatrixForm which first evaluates matrixExpression and assigns it to mat and only then displays the result (i.e. mat) in MatrixForm
Aug 5, 2013 at 21:11 history edited Mr.Wizard CC BY-SA 3.0
added 177 characters in body
Jan 27, 2013 at 21:55 history edited Verbeia CC BY-SA 3.0
deleted 422 characters in body
Jan 26, 2013 at 16:40 history edited m0nhawk CC BY-SA 3.0
deleted 2 characters in body
Jan 26, 2013 at 4:19 comment added Adam Dreaver I've been using subscripted symbols for simple linear equations, like point slope, i.e (y_1 - y_0)=m(...); Solve[%,y_1]. It works ok; but there is definitely conflicts if I combine a symbol and subscripted version of that same symbol, i.e.( y - y_0)-m(...); Solve[%,y] causes conflicts for me. I guess this problem can become even more severe in more complex operations? Pitty, cause when I use pad and paper, I love mixing 'y' and 'y_0' /etc..
Jan 26, 2013 at 1:47 history edited Verbeia CC BY-SA 3.0
Added subscript issue per David's suggestion.
Jan 24, 2013 at 23:53 history edited ssch CC BY-SA 3.0
Keys and MatrixForm
Jan 24, 2013 at 23:23 history edited Verbeia CC BY-SA 3.0
deleted 136 characters in body
S Jan 24, 2013 at 22:37 history answered Verbeia CC BY-SA 3.0
S Jan 24, 2013 at 22:37 history made wiki Post Made Community Wiki by Verbeia