Top "Algebra" questions

Algebra is the branch of mathematics concerning the study of the rules of operations and relations, and the constructions and concepts arising from them.

What is a formula to get a vector perpendicular to another vector?

What is a formula to get a three dimensional vector B lying on the plane perpendicular to a vector A? …

math vector formula algebra
Math.Pow() vs Math.Exp() C# .Net

Can anyone provide an explanation of the difference between using Math.Pow() and Math.Exp() in C# and .net ? Is …

c# .net algebra pow calculus
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
How to transform black into any given color using only CSS filters

My question is: given a target RGB color, what is the formula to recolor black (#000) into that color using only …

javascript css math algebra css-filters
Quaternions vs. Euler Angles

Hi What is the pros and cons of "Quaternions" and "Euler Angles" Method - Which one is faster? - Which …

math graphics algebra
Mathematically Find Max Value without Conditional Comparison

----------Updated ------------ codymanix and moonshadow have been a big help thus far. I was able to solve my problem using …

math conditional max algebra min
What's the opposite of JavaScript's Math.pow?

I'm having a mental block here, and algebra not really being my thing, can you tell me how to re-write …

javascript math algebra polynomial-math
Find the Simplified Sum of Products of a Boolean expression

Just having some problems with a simple simplification. I am doing a simplification for the majority decoder with 3 inputs A, …

math theory boolean-logic algebra truthtable
Is there an expression using modulo to do backwards wrap-around ("reverse overflow")?

For any whole number input W restricted by the range R = [x,y], the "overflow," for lack of a better …

c++ modulo algebra
What is the difference between SymPy and Sage?

What is the difference between SymPy and Sage a.k.a. SageMath?

python math algebra sympy sage