-1

How I can prove that: $$ ((n^2) − 3*n + 2) ∈ θ(n^2) $$ using the definition of $θ$ ?

θ : an asymptotic notation in data structure algorithm.

Sara
  • 21
  • θ : an asymptotic notations in data structure algorithm. – Sara Feb 23 '21 at 23:57
  • @ola : Others are right that you should have provided your working definition of $\Theta$ (that's \Theta not \theta) in the body of your Question. There are variations in the definitions of asymptotic notation (contrast Knuth's $\Omega$ with the number theoretic version). – Eric Towers Feb 24 '21 at 14:12