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.

Is it possible to solve an algebraic equation in R?

I want to find the solution of: -x^3+6*x^2+51*x+44=0 but with R. Is it possible? I found the package …

r algebra equation-solving
Find the sids of the suppliers who supply every part

3 tables: Suppliers(sid, sname, address), Parts(pid, pname, colour), Catalog(sid, pid, cost) The answer to find all the suppliers …

sql algebra relational
boolean operations with integers

This is probably pretty basic... but I don't seem to get it: How does (2 & 1) = 0 (3 & 1) = 1 (4 & 1) = 0 etc.. This pattern …

integer boolean algebra operations