
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 …
What are the standard colors for plots in Mathematica?
When using the Plot or ListPlot command in Mathematica, certain default colors are chosen. For reasons of uniformity within some report I would like to use them along with the PlotStyle …
Get mathematica to simplify expression with another equation
Nov 12, 2011 · 20 I have a very complicated mathematica expression that I'd like to simplify by using a new, possibly dimensionless parameter. An example of my expression is:
How to convert code in Mathematica to Python? - Stack Overflow
Sep 22, 2020 · How to convert code in Mathematica to Python? If the code is small (a few hundred lines), you'll better do the conversion by hand (or subcontract it). You'll need to read …
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
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 …
Difference between == and === in Mathematica - Stack Overflow
May 20, 2013 · Difference between == and === in Mathematica Asked 14 years, 8 months ago Modified 12 years, 6 months ago Viewed 6k times
How do I export a higher resolution image of a Mathematica …
How do I export a higher resolution image of a Mathematica Graph object? Asked 13 years, 11 months ago Modified 8 years, 6 months ago Viewed 26k times
simple replacement of variables on wolfram-mathematica
Feb 7, 2022 · I would like to make a simple replacement or substitution: y=a+b a=2d+e b=f+g How make Wolfram-Mathematica automatically show and make the substitution or replacement of …
wolfram mathematica - Extracting a factor from a symbolic algebra ...
Sep 8, 2011 · In Mathematica if I have a symbolic algebra equation, how can I get the factor which is multiplied by a specific term? I mean, say, as the result of some calculation I get a symbolic …