Given conditions:
matrix $A$ is symmetric and positive definite
matrix $B$ is symmetric and NOT positive definite
$0\leq t$
then linear system $$(A+tB)x=y$$
has solution for $0\leq t<\bar t$, where $\bar t$ represents the the minimal positive eigenvalue of the problem: $$ (A+tB)v=0 $$
How to calcuate the value of $ \bar t$?