Question 182866
how do i find all real or imaginary solutions? 
3v^2+4v-1=0
-----------------
Same as always, using the quadratic equation.
*[invoke solve_quadratic_equation 3,4,-1]
The onsite solver's opinion of factoring is a bit loose, and if the coefficient of the x^2 term is not 1, you have to make some adjustments.
Also, it defaults to x for the variable.