
Mathematica: How to apply function to a certain column of a table
Dec 31, 2010 · I would like to apply a function to a specific column of a table. Say to the i-th column of a (m x n) table. Actually I just want to multiply all elements in that column with a …
Difference between == and === in Mathematica - Stack Overflow
May 20, 2013 · Difference between == and === in Mathematica Asked 14 years, 9 months ago Modified 12 years, 6 months ago Viewed 6k times
Mathematica: Extract numerical value when using Solve
Aug 23, 2011 · Mathematica: Extract numerical value when using Solve Asked 14 years, 3 months ago Modified 14 years, 3 months ago Viewed 23k times
Newest 'wolfram-mathematica' Questions - Stack Overflow
So I am trying to symbolically solve a polynomial equation in mathematica that is described with vectors: A = {Subscript[a, 0], Subscript[a, 1], Subscript[a, 2]}
In Mathematica, what does @@@ mean? - Stack Overflow
Jan 30, 2013 · In Mathematica, what does @@@ mean? Asked 16 years, 5 months ago Modified 12 years, 10 months ago Viewed 12k times
What do the # and & symbol signify in mathematica?
May 20, 2019 · I'm struggling to make sense of the following output of an integral in mathematica: Root [c#1^4 + a #1 + b & 1] What exactly does this mean? I've looked up the documentation …
How to convert code in Mathematica to Python? - Stack Overflow
Sep 22, 2020 · Mathematica -> SymPy / ANTLR -> Python or Mathematica -> C / Fortran -> Callable from Python The Mathematica way of doing things are (naturally) more functional …
Plotting horizontal and vertical lines in Mathematica
May 24, 2010 · In Mathematica, how do you plot a horizontal line at a given number? How do you plot a vertical line at a given number?
Mathematica: How to obtain data points plotted by plot command?
Jul 25, 2016 · When plotting a function using Plot, I would like to obtain the set of data points plotted by the Plot command. For instance, how can I obtain the list of points {t,f} Plot uses in …
equation solving - Mathematica: FindRoot errors - Stack Overflow
Jan 12, 2012 · You will get a FindRoot::jsing warning and Mathematica returns {x -> 0.} (which is the most recent approximation). A similar case like this, but with a Log function: