-
Notifications
You must be signed in to change notification settings - Fork 995
feat(Polynomial/Chebyshev): formulas for iterated derivatives of T and U at 1 #33312
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
feat(Polynomial/Chebyshev): formulas for iterated derivatives of T and U at 1 #33312
Conversation
PR summary adde41efa9Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
|
This pull request has conflicts, please merge |
Co-authored-by: Oliver Nash <7734364+ocfnash@users.noreply.github.com>
Co-authored-by: Oliver Nash <7734364+ocfnash@users.noreply.github.com>
Co-authored-by: Oliver Nash <7734364+ocfnash@users.noreply.github.com>
… into IterateMulPow
Co-authored-by: Oliver Nash <7734364+ocfnash@users.noreply.github.com>
Co-authored-by: Oliver Nash <7734364+ocfnash@users.noreply.github.com>
Co-authored-by: Oliver Nash <7734364+ocfnash@users.noreply.github.com>
Co-authored-by: Oliver Nash <7734364+ocfnash@users.noreply.github.com>
…s/mathlib4 into ChebyshevDerivative1a
The main results are
iterate_derivative_T_eval_oneanditerate_derivative_U_eval_one.These are derived using recurrences which for at every point, and in particular,
iterate_derivative_T_eval_zeroanditerate_derivative_U_eval_zerogives the recurrences at zero.In principle, by combining with #33311, one can compute the explicit formula for the derivative at zero.
A subsequent PR will derive consequences for these polynomials over the reals (these should work for every field).
The file is getting rather long — not sure what to do about it.