crowlogic / arb4j

arb4j is a Java API for the arbitrary precision ball arithmetic library found at http://arblib.org
Other
1 stars 0 forks source link

find out why substitution causing factorial to disappear #397

Closed crowlogic closed 2 months ago

crowlogic commented 3 months ago
BinaryOperation.substitute(name=z, transformation=x) into this=β[k]⋰n
before subst: β[k]⋰n
 after subst: β[k]⋰n
before subst: ((z^n)*Πk➔α[k]₍ₙ₎{k=1…p})/((n!)*Πk➔β[k]₍ₙ₎{k=1…q})
 after subst: ((x^n)*Πk➔α[k]⋰n{k=1…p})/(n*Πk➔β[k]⋰n{k=1…q})

n! turns into n for some reason

crowlogic commented 3 months ago

Screenshot_20240425_113249_Drive.jpg

Shark jumped here