Top "Equation" questions

A statement that the values of two expressions are equal indicated by the sign = .

How do I break a long equation over lines?

I am trying to add an equation in a new line. The problem is that the equation is too long …

latex equation
How to sort table using function/equation only

How can I sort a table in sheet 1 like A B C D E 3 7 3 6 5 into another table in sheet 2 A …

excel sorting equation
Equation parsing in Python

How can I (easily) take a string such as "sin(x)*x^2" which might be entered by a user at …

python parsing equation
Latex: how to break a line inside $$

I want to manually break a line inside $$: $$something something <breakline> something else$$ I tried \\, \newline, and \linebreak …

latex newline line-breaks multiline equation
Calculate the position of an accelerating body after a certain time

How do I calculate the position of an accelerating body (e.g. a car) after a certain time (e.g. 1 …

math physics equation
Math equations on the web

How can I render Math equations on the web? I am already familiar with LaTeX's Math mode.

html math latex equation mathml
Typesetting LaTeX fraction terms to be larger in an equation

I have the following formula in LaTeX, based on Fisher's Exact Test. (NOTE: requires the use of the amsmath package …

latex formula equation mathematical-typesetting
Plot equation showing a circle

The following formula is used to classify points from a 2-dimensional space: f(x1,x2) = np.sign(x1^2+x2^2-.6) …

python numpy matplotlib plot equation
How can I find equation of a plot connecting data points in Matlab?

I have various plots (with hold on) as show in the following figure: I would like to know how to …

matlab equation curve curve-fitting
Algebra equation parser for java

I need a library to be able to parse an equation an give me the result giving the inputs. For …

java equation algebra