how to count the number of times a value appears in a math equation? explanation: suppose in an equation of a circle i want to calculate how many timw does the value of y=5 occurs. or in a parabola how many times the equation gives the value of 5; or how many times does sin(x) have the value of 1 in a given range
is it possible to get the count mathematically rather than computing iteratively or recursively