About 1,030,000 results
Open links in new tab
  1. Get mathematica to simplify expression with another equation

    Nov 10, 2011 · 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: K=a*b*t/((t+f)c*d); …

  2. Mathematica: How to apply function to a certain column of a table

    May 24, 2017 · 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 …

  3. Mathematica Module versus With or Block - Stack Overflow

    Jul 13, 2011 · Leonid wrote in chapter iv of his book : "... Module, Block and With. These constructs are explained in detail in Mathematica Book and Mathematica Help, so I will say …

  4. Mathematica: Extract numerical value when using Solve

    Aug 23, 2011 · Mathematica - Solve equation as an expression of two variables. 0. Mathematicas: How to solve equation in ...

  5. Difference between == and === in Mathematica - Stack Overflow

    May 20, 2013 · Equal refers to semantic equality whereas SameQ is syntactic equality. For instance, Sin[x]^2+Cos[x]^2 and 1 are the same number, so they are equal semantically.

  6. How to define a general function in mathematica?

    Sep 22, 2012 · The way to "define" a function without specifying an expression is to not define it. Just use it. Example: D[f[x] g[x],x] (* ==> g[x] f'[x] + f[x] g'[x] *)

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

    Oct 12, 2011 · 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 …

  8. syntax - What does # mean in Mathematica? - Stack Overflow

    Mar 19, 2012 · That means Mathematica doesn't know how to caculate a symbolic result. It's just the first root of the polynomial. But it does know what is its numerical value: In[7]:= N@Root[-1 …

  9. Schrodinger's Equation in Mathematica - Stack Overflow

    Sep 17, 2012 · I was wondering if there was any way to have mathematica find the solution to Schrodinger's equation [(−h^2/2m)(d^2ψ/dx^2) + kx^2ψ=Eψ] for a particle centered at the …

  10. How to show plots inside a loop in mathematica - Stack Overflow

    Apr 6, 2011 · I am wondering if you have good ways to show plots inside a loop in mma. Usually, the output of Plot function is not shown, for example in the following code: For[i = 1, i <= 10, …

Refresh