
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); …
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 …
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 …
Working with real functions in mathematica - Stack Overflow
Dec 3, 2011 · For older Mathematica versions there used to be an add-on package RealOnly that put Mathematica in a reals-only mode. There is a version available in later versions and online …
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 …
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.
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 ...
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 …
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 …
Mathematica - Import CSV and process columns? - Stack Overflow
Mar 30, 2010 · The problem now is that I don't know how to get the data into individual lists and also Mathematica does not accept scientific notation in the form 8.5e-007. Any help in how to …