About 15,800,000 results
Open links in new tab
  1. 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:

  2. 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 scalar, but the

  3. 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

  4. Proper way to simplify integral result in Mathematica given integer ...

    Oct 7, 2013 · Case q = 0: This is a special case that Mathematica misses in the general result, as it implies a constant integrand. (I'll often miss it, also, when doing this by hand, so Mathematica isn't …

  5. 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 option. It …

  6. 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]}

  7. 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

  8. 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?

  9. 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 variables a …

  10. 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 than object …