Top "Equation" questions

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

How to solve cubic equation analytically (exact solution) in R?

I'm trying to get solution of cubic equations analytically in R, not numerically. I looked up on the internet and …

r equation cubic
Find x in a^x = a (mod n)

I want to calculate am mod n, where n is a prime number, and m is very large. Rather doing …

math equation numerical-methods modular-arithmetic