" Life is not a problem to be solved but a reality to be experienced! "
© Copyright 2013 - 2024 KUDO.TIPS - All rights reserved.
n= 1 -b/a
n-1=-b/a
a(n-1)=-b
a= -b/(n-1)
mnożymy wszystko razy a
an=a^2-b
a^2-an-b=0
delta = n^2+4b
a1= [ n-sqrt(n^2+4b) ] / 2
a2 =[ n+sqrt(n^2+4b) ] / 2