#Discrete mathematics
13 messages · Page 1 of 1 (latest)
Yo @river abyss mind if you help me as well
What are you looking for exactly? Do you only need the first few terms, or an explicit expression for any coefficient? Can you use a computer algebra system (like matlab)?
no need to hijack somebody else's question; if you don't have an answer after 15 mins you can ping the helpers role
My bad bro
idk much about matlab, but you may find https://www.mathworks.com/help/symbolic/sym.taylor.html#busoxzw-1 helpful
Try taylor(f, a, 'Order', 15); where f is your expression
yeah, that seems right
,w taylor expansion -(70 a - 8)/(64 a^2 - 16 a + 1)
it's sum from i = 0 to infinity of a_i x^i, where a_0 = 8, a_1 = 58, a_2 = 416, etc.
do you need to find an explicit form for a_i?
.close