-
Notifications
You must be signed in to change notification settings - Fork 1k
[Merged by Bors] - 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
[Merged by Bors] - 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>
…s/mathlib4 into ChebyshevDerivative1a
Vierkantor
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All the code in here looks good to me 🎉 I have not worked with this file at all so I feel like I'm missing too much of the context to give a definitive say.
maintainer merge
|
🚀 Pull request has been placed on the maintainer queue by Vierkantor. |
|
bors r+ |
…d U at 1 (#33312) The main results are `iterate_derivative_T_eval_one` and `iterate_derivative_U_eval_one`. These are derived using recurrences which for at every point, and in particular, `iterate_derivative_T_eval_zero` and `iterate_derivative_U_eval_zero` gives 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).
|
Pull request successfully merged into master. Build succeeded: |
…d U at 1 (leanprover-community#33312) The main results are `iterate_derivative_T_eval_one` and `iterate_derivative_U_eval_one`. These are derived using recurrences which for at every point, and in particular, `iterate_derivative_T_eval_zero` and `iterate_derivative_U_eval_zero` gives the recurrences at zero. In principle, by combining with leanprover-community#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).
…d U at 1 (leanprover-community#33312) The main results are `iterate_derivative_T_eval_one` and `iterate_derivative_U_eval_one`. These are derived using recurrences which for at every point, and in particular, `iterate_derivative_T_eval_zero` and `iterate_derivative_U_eval_zero` gives the recurrences at zero. In principle, by combining with leanprover-community#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).
…d U at 1 (leanprover-community#33312) The main results are `iterate_derivative_T_eval_one` and `iterate_derivative_U_eval_one`. These are derived using recurrences which for at every point, and in particular, `iterate_derivative_T_eval_zero` and `iterate_derivative_U_eval_zero` gives the recurrences at zero. In principle, by combining with leanprover-community#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 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.