#Ok to Post # Final for Math 454(2), Fall 2020, Dr. Z. #Start: Dec. 15, 9:00am #Due: Dec. 16, 9:00am. EMAIL to ShaloshBEkhad@gmail.com #Subject: ComboFinal #with an attachment called #ComboFinalFirstLast.txt: e.g. ComboFinalDoronZeilberger.txt (PLEASE observe capitalization) #INDICATE WHETHER IT IS OK to POST YOUR TEST QUESTION #1: (a) Our generating function is f:=1/(1-add(x^s[1]*y^s[2]*z^s[3], s in {[1,0,0],[0,1,0],[0,0,1]})) = 1/(x-y-z). To get the number of walks from [0,0,0] to [30,25,20], we extract the coefficient of x^30y^25z^20 in the taylor series expansion. Running coeff(taylor(coeff(taylor(coeff(taylor(f, x = 0, 31), x, 30), y = 0, 31), y, 25), z = 0, 31), z, 20); we get: 2478456799816702091914145225486880 total walks (b) We can find the number of good paths by extending the program in the Maple code for lecture 14, NuGPaths, to 3 variables: NuGPaths:=proc(m,n,k) option remember: if (m<0 or n<0 or k<0 or m